Color: #CB7ABD

#CB7ABD Color Information

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

In the HSL color space, this color has a hue angle of 310°,a saturation of 44%, and a lightness of 64%.The HSV representation shows a hue of 310°, a saturation of 40%, and a value of 80%.

In a RGB color space, #CB7ABD is composed of 80% red, 48% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 40% magenta, 7% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 30.32, x: 0.3704, and y: 0.2751.

Color Code #CB7ABD

#CB7ABDrgb(203, 122, 189)
HEX
#CB7ABD
RGB
rgb(203, 122, 189)
HSL
hsl(310, 44%, 64%)
HSV
hsv(310, 40%, 80%)
CMYK
0%, 40%, 7%, 20%
XYZ
X: 40.82, Y: 30.32, Z: 39.06
Lab
L: 61.93, a: 39.51, b: -21.51
Name

Shades of Color #CB7ABD

Shades are created by darkening the original color #CB7ABD 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 #CB7ABD

Tints are created by lightening the original color #CB7ABD 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.

#CB7ABDrgb(203, 122, 189)

About #CB7ABD Color Code

In the HSL color space, this color has a hue angle of 310°, a saturation of 44%, and a lightness of 64%. The HSV representation shows a hue of 310°, a saturation of 40%, and a value of 80%.

  • HEX: #CB7ABD
  • RGB: rgb(203, 122, 189)
  • HSL: hsl(310, 44%, 64%)
  • HSV: hsv(310, 40%, 80%)
  • CMYK: 0.00% cyan, 40.00% magenta, 7.00% yellow, 20.00% black
  • XYZ: 40.82, 30.32, 39.06
  • Yxy: 30.32, 0.3704, 0.2751
  • Hunter Lab: 61.93, 39.51, -21.51
  • CIE-Lab: 61.93, 39.51, -21.51

In the XYZ color space, this color is represented as X: 40.82, Y: 30.32, Z: 39.06. The Yxy representation further refines this as Y: 30.32, x: 0.3704, and y: 0.2751.

In the Hunter Lab color space, this color is represented as L: 61.93, a: 39.51, and b: -21.51. Similarly, in the CIE-Lab color space, it is represented as L: 61.93, a: 39.51, and b: -21.51.

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 #CB7ABD

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

Analogous Colors of #CB7ABD

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

Monochromatic Colors of #CB7ABD

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

Complementary Color of #CB7ABD

The complementary color of #CB7ABD 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 #CB7ABD

/* Using HEX */
body {
  background-color: #cb7abd;
}
/* Using RGB */
body {
  background-color: rgb(203, 122, 189);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 122, 189, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(310, 44%, 64%);
}
/* Text color */
p {
  color: #cb7abd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cb7abd;
}
/* Border color */
.box {
  border: 4px solid #cb7abd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cb7abd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cb7abd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CB7ABD
On Black Background
#CB7ABD
On White Background
#CB7ABD

HTML Examples of #CB7ABD

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

Related Colors of #CB7ABD

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