Color: #C587AB

#C587AB Color Information

#C587AB is a light color. The closest websafe version is #C587AB. A complement of this color would be #87C5A1, perceived brightness is 0.62, and the grayscale version is #A6A6A6.

In the HSL color space, this color has a hue angle of 325°,a saturation of 35%, and a lightness of 65%.The HSV representation shows a hue of 325°, a saturation of 31%, and a value of 77%.

In a RGB color space, #C587AB is composed of 77% red, 53% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 31% magenta, 13% yellow and 23% black.

In the Yxy color space, this color is represented as Y: 32.26, x: 0.3799, and y: 0.3103.

Color Code #C587AB

#C587ABrgb(197, 135, 171)
HEX
#C587AB
RGB
rgb(197, 135, 171)
HSL
hsl(325, 35%, 65%)
HSV
hsv(325, 31%, 77%)
CMYK
0%, 31%, 13%, 23%
XYZ
X: 39.50, Y: 32.26, Z: 32.21
Lab
L: 63.56, a: 28.44, b: -9.00
Name

Shades of Color #C587AB

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

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

#C587ABrgb(197, 135, 171)

About #C587AB Color Code

In the HSL color space, this color has a hue angle of 325°, a saturation of 35%, and a lightness of 65%. The HSV representation shows a hue of 325°, a saturation of 31%, and a value of 77%.

  • HEX: #C587AB
  • RGB: rgb(197, 135, 171)
  • HSL: hsl(325, 35%, 65%)
  • HSV: hsv(325, 31%, 77%)
  • CMYK: 0.00% cyan, 31.00% magenta, 13.00% yellow, 23.00% black
  • XYZ: 39.50, 32.26, 32.21
  • Yxy: 32.26, 0.3799, 0.3103
  • Hunter Lab: 63.56, 28.44, -9.00
  • CIE-Lab: 63.56, 28.44, -9.00

In the XYZ color space, this color is represented as X: 39.50, Y: 32.26, Z: 32.21. The Yxy representation further refines this as Y: 32.26, x: 0.3799, and y: 0.3103.

In the Hunter Lab color space, this color is represented as L: 63.56, a: 28.44, and b: -9.00. Similarly, in the CIE-Lab color space, it is represented as L: 63.56, a: 28.44, and b: -9.00.

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

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

Analogous Colors of #C587AB

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

Split Complementary Colors of #C587AB

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

Tetradic Colors of #C587AB

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

Monochromatic Colors of #C587AB

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

Complementary Color of #C587AB

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

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

HTML Examples of #C587AB

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

Related Colors of #C587AB

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