Color: #CA588C

#CA588C Color Information

#CA588C is a light color. The closest websafe version is #CA588C. A complement of this color would be #58CA97, perceived brightness is 0.50, and the grayscale version is #919191.

In the HSL color space, this color has a hue angle of 333°,a saturation of 52%, and a lightness of 57%.The HSV representation shows a hue of 333°, a saturation of 56%, and a value of 79%.

In a RGB color space, #CA588C is composed of 79% red, 35% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 56% magenta, 31% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 21.73, x: 0.4407, and y: 0.2878.

Color Code #CA588C

#CA588Crgb(202, 88, 140)
HEX
#CA588C
RGB
rgb(202, 88, 140)
HSL
hsl(333, 52%, 57%)
HSV
hsv(333, 56%, 79%)
CMYK
0%, 56%, 31%, 21%
XYZ
X: 33.27, Y: 21.73, Z: 20.50
Lab
L: 53.74, a: 50.09, b: -5.49
Name

Shades of Color #CA588C

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

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

#CA588Crgb(202, 88, 140)

About #CA588C Color Code

In the HSL color space, this color has a hue angle of 333°, a saturation of 52%, and a lightness of 57%. The HSV representation shows a hue of 333°, a saturation of 56%, and a value of 79%.

  • HEX: #CA588C
  • RGB: rgb(202, 88, 140)
  • HSL: hsl(333, 52%, 57%)
  • HSV: hsv(333, 56%, 79%)
  • CMYK: 0.00% cyan, 56.00% magenta, 31.00% yellow, 21.00% black
  • XYZ: 33.27, 21.73, 20.50
  • Yxy: 21.73, 0.4407, 0.2878
  • Hunter Lab: 53.74, 50.09, -5.49
  • CIE-Lab: 53.74, 50.09, -5.49

In the XYZ color space, this color is represented as X: 33.27, Y: 21.73, Z: 20.50. The Yxy representation further refines this as Y: 21.73, x: 0.4407, and y: 0.2878.

In the Hunter Lab color space, this color is represented as L: 53.74, a: 50.09, and b: -5.49. Similarly, in the CIE-Lab color space, it is represented as L: 53.74, a: 50.09, and b: -5.49.

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

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

Analogous Colors of #CA588C

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

Monochromatic Colors of #CA588C

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

Complementary Color of #CA588C

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

/* Using HEX */
body {
  background-color: #ca588c;
}
/* Using RGB */
body {
  background-color: rgb(202, 88, 140);
}
/* Using RGB with opacity */
body {
  background-color: rgba(202, 88, 140, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(333, 52%, 57%);
}
/* Text color */
p {
  color: #ca588c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ca588c;
}
/* Border color */
.box {
  border: 4px solid #ca588c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ca588c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ca588c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CA588C
On Black Background
#CA588C
On White Background
#CA588C

HTML Examples of #CA588C

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

Related Colors of #CA588C

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