Color: #CA539C
#CA539C Color Information
#CA539C is a dark color. The closest websafe version is #CA539C. A complement of this color would be #53CA81, perceived brightness is 0.50, and the grayscale version is #8F8F8F.
In the HSL color space, this color has a hue angle of 323°,a saturation of 53%, and a lightness of 56%.The HSV representation shows a hue of 323°, a saturation of 59%, and a value of 79%.
In a RGB color space, #CA539C is composed of 79% red, 33% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 59% magenta, 23% yellow and 21% black.
In the Yxy color space, this color is represented as Y: 21.36, x: 0.4198, and y: 0.2650.
Color Code #CA539C
Shades of Color #CA539C
Shades are created by darkening the original color #CA539C 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 #CA539C
Tints are created by lightening the original color #CA539C 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.
About #CA539C Color Code
In the HSL color space, this color has a hue angle of 323°, a saturation of 53%, and a lightness of 56%. The HSV representation shows a hue of 323°, a saturation of 59%, and a value of 79%.
- HEX: #CA539C
- RGB: rgb(202, 83, 156)
- HSL: hsl(323, 53%, 56%)
- HSV: hsv(323, 59%, 79%)
- CMYK: 0.00% cyan, 59.00% magenta, 23.00% yellow, 21.00% black
- XYZ: 33.84, 21.36, 25.41
- Yxy: 21.36, 0.4198, 0.2650
- Hunter Lab: 53.34, 53.82, -15.50
- CIE-Lab: 53.34, 53.82, -15.50
In the XYZ color space, this color is represented as X: 33.84, Y: 21.36, Z: 25.41. The Yxy representation further refines this as Y: 21.36, x: 0.4198, and y: 0.2650.
In the Hunter Lab color space, this color is represented as L: 53.34, a: 53.82, and b: -15.50. Similarly, in the CIE-Lab color space, it is represented as L: 53.34, a: 53.82, and b: -15.50.
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 #CA539C
Triadic colors are three colors evenly spaced around the color wheel, including #CA539C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CA539C
Split complementary colors are two colors adjacent to the complementary color of #CA539C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CA539C
Monochromatic colors are variations of #CA539C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CA539C
The complementary color of #CA539C 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 #CA539C
/* Using HEX */ body { background-color: #ca539c; }
/* Using RGB */ body { background-color: rgb(202, 83, 156); }
/* Using RGB with opacity */ body { background-color: rgba(202, 83, 156, 0.5); }
/* Using HSL */ body { background-color: hsl(323, 53%, 56%); }
/* Text color */ p { color: #ca539c; }
/* Box shadow */ div { box-shadow: 4px 4px #ca539c; }
/* Border color */ .box { border: 4px solid #ca539c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ca539c; }
/* Background with text */ div { background: #ca539c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CA539C
<!-- Using HEX --> <div style="background-color: #ca539c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(202, 83, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(202, 83, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(323, 53%, 56%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ca539c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ca539c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ca539c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ca539c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ca539c; color: #fff; padding: 16px; border-radius: 8px;"> #CA539C </div>
Related Colors of #CA539C
These colors are similar to #CA539C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.