Color: #CD5087

#CD5087 Color Information

#CD5087 is a dark color. The closest websafe version is #CD5087. A complement of this color would be #50CE97, perceived brightness is 0.48, and the grayscale version is #8F8F8F.

In the HSL color space, this color has a hue angle of 334°,a saturation of 56%, and a lightness of 56%.The HSV representation shows a hue of 334°, a saturation of 61%, and a value of 80%.

In a RGB color space, #CD5087 is composed of 80% red, 31% green and 53% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 61% magenta, 34% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 20.80, x: 0.4551, and y: 0.2853.

Color Code #CD5087

#CD5087rgb(205, 80, 135)
HEX
#CD5087
RGB
rgb(205, 80, 135)
HSL
hsl(334, 56%, 56%)
HSV
hsv(334, 61%, 80%)
CMYK
0%, 61%, 34%, 20%
XYZ
X: 33.18, Y: 20.80, Z: 18.93
Lab
L: 52.73, a: 54.10, b: -3.93
Name

Shades of Color #CD5087

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

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

#CD5087rgb(205, 80, 135)

About #CD5087 Color Code

In the HSL color space, this color has a hue angle of 334°, a saturation of 56%, and a lightness of 56%. The HSV representation shows a hue of 334°, a saturation of 61%, and a value of 80%.

  • HEX: #CD5087
  • RGB: rgb(205, 80, 135)
  • HSL: hsl(334, 56%, 56%)
  • HSV: hsv(334, 61%, 80%)
  • CMYK: 0.00% cyan, 61.00% magenta, 34.00% yellow, 20.00% black
  • XYZ: 33.18, 20.80, 18.93
  • Yxy: 20.80, 0.4551, 0.2853
  • Hunter Lab: 52.73, 54.10, -3.93
  • CIE-Lab: 52.73, 54.10, -3.93

In the XYZ color space, this color is represented as X: 33.18, Y: 20.80, Z: 18.93. The Yxy representation further refines this as Y: 20.80, x: 0.4551, and y: 0.2853.

In the Hunter Lab color space, this color is represented as L: 52.73, a: 54.10, and b: -3.93. Similarly, in the CIE-Lab color space, it is represented as L: 52.73, a: 54.10, and b: -3.93.

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

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

Analogous Colors of #CD5087

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

Monochromatic Colors of #CD5087

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

Complementary Color of #CD5087

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

/* Using HEX */
body {
  background-color: #cd5087;
}
/* Using RGB */
body {
  background-color: rgb(205, 80, 135);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 80, 135, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(334, 56%, 56%);
}
/* Text color */
p {
  color: #cd5087;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cd5087;
}
/* Border color */
.box {
  border: 4px solid #cd5087;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cd5087;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cd5087;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CD5087
On Black Background
#CD5087
On White Background
#CD5087

HTML Examples of #CD5087

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

Related Colors of #CD5087

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