Color: #CF77BB

#CF77BB Color Information

#CF77BB is a light color. The closest websafe version is #CF77BB. A complement of this color would be #77CF8C, perceived brightness is 0.60, and the grayscale version is #A3A3A3.

In the HSL color space, this color has a hue angle of 314°,a saturation of 48%, and a lightness of 64%.The HSV representation shows a hue of 314°, a saturation of 43%, and a value of 81%.

In a RGB color space, #CF77BB is composed of 81% red, 47% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 43% magenta, 10% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 30.12, x: 0.3776, and y: 0.2746.

Color Code #CF77BB

#CF77BBrgb(207, 119, 187)
HEX
#CF77BB
RGB
rgb(207, 119, 187)
HSL
hsl(314, 48%, 64%)
HSV
hsv(314, 43%, 81%)
CMYK
0%, 43%, 10%, 19%
XYZ
X: 41.42, Y: 30.12, Z: 38.15
Lab
L: 61.76, a: 42.11, b: -20.58
Name

Shades of Color #CF77BB

Shades are created by darkening the original color #CF77BB in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #CF77BB

Tints are created by lightening the original color #CF77BB in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#CF77BBrgb(207, 119, 187)

About #CF77BB Color Code

In the HSL color space, this color has a hue angle of 314°, a saturation of 48%, and a lightness of 64%. The HSV representation shows a hue of 314°, a saturation of 43%, and a value of 81%.

  • HEX: #CF77BB
  • RGB: rgb(207, 119, 187)
  • HSL: hsl(314, 48%, 64%)
  • HSV: hsv(314, 43%, 81%)
  • CMYK: 0.00% cyan, 43.00% magenta, 10.00% yellow, 19.00% black
  • XYZ: 41.42, 30.12, 38.15
  • Yxy: 30.12, 0.3776, 0.2746
  • Hunter Lab: 61.76, 42.11, -20.58
  • CIE-Lab: 61.76, 42.11, -20.58

In the XYZ color space, this color is represented as X: 41.42, Y: 30.12, Z: 38.15. The Yxy representation further refines this as Y: 30.12, x: 0.3776, and y: 0.2746.

In the Hunter Lab color space, this color is represented as L: 61.76, a: 42.11, and b: -20.58. Similarly, in the CIE-Lab color space, it is represented as L: 61.76, a: 42.11, and b: -20.58.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #CF77BB

Triadic colors are three colors evenly spaced around the color wheel, including #CF77BB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #CF77BB

Analogous colors are adjacent to #CF77BB on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #CF77BB

Split complementary colors are two colors adjacent to the complementary color of #CF77BB. They create a balanced and visually appealing color scheme.

Tetradic Colors of #CF77BB

Tetradic colors form a rectangle on the color wheel, including #CF77BB. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #CF77BB

Monochromatic colors are variations of #CF77BB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #CF77BB

The complementary color of #CF77BB is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #CF77BB

/* Using HEX */
body {
  background-color: #cf77bb;
}
/* Using RGB */
body {
  background-color: rgb(207, 119, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(207, 119, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(314, 48%, 64%);
}
/* Text color */
p {
  color: #cf77bb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cf77bb;
}
/* Border color */
.box {
  border: 4px solid #cf77bb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cf77bb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cf77bb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CF77BB
On Black Background
#CF77BB
On White Background
#CF77BB

HTML Examples of #CF77BB

<!-- Using HEX -->
<div style="background-color: #cf77bb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(207, 119, 187); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(207, 119, 187, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(314, 48%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cf77bb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cf77bb; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cf77bb; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cf77bb;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cf77bb; color: #fff; padding: 16px; border-radius: 8px;">
  #CF77BB
</div>
#CF77BB
On Black Background
#CF77BB
On White Background
#CF77BB

Related Colors of #CF77BB

These colors are similar to #CF77BB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.