Color: #CA1CDC
#CA1CDC Color Information
#CA1CDC is a dark color. The closest websafe version is #CA1CDC. A complement of this color would be #30DD1D, perceived brightness is 0.40, and the grayscale version is #7C7C7C.
In the HSL color space, this color has a hue angle of 294°,a saturation of 77%, and a lightness of 49%.The HSV representation shows a hue of 294°, a saturation of 87%, and a value of 86%.
In a RGB color space, #CA1CDC is composed of 79% red, 11% green and 86% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 87% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 18.31, x: 0.3412, and y: 0.1714.
Color Code #CA1CDC
Shades of Color #CA1CDC
Shades are created by darkening the original color #CA1CDC 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 #CA1CDC
Tints are created by lightening the original color #CA1CDC 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 #CA1CDC Color Code
In the HSL color space, this color has a hue angle of 294°, a saturation of 77%, and a lightness of 49%. The HSV representation shows a hue of 294°, a saturation of 87%, and a value of 86%.
- HEX: #CA1CDC
- RGB: rgb(202, 28, 220)
- HSL: hsl(294, 77%, 49%)
- HSV: hsv(294, 87%, 86%)
- CMYK: 8.00% cyan, 87.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 36.44, 18.31, 52.05
- Yxy: 18.31, 0.3412, 0.1714
- Hunter Lab: 49.87, 77.57, -57.94
- CIE-Lab: 49.87, 77.57, -57.94
In the XYZ color space, this color is represented as X: 36.44, Y: 18.31, Z: 52.05. The Yxy representation further refines this as Y: 18.31, x: 0.3412, and y: 0.1714.
In the Hunter Lab color space, this color is represented as L: 49.87, a: 77.57, and b: -57.94. Similarly, in the CIE-Lab color space, it is represented as L: 49.87, a: 77.57, and b: -57.94.
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 #CA1CDC
Triadic colors are three colors evenly spaced around the color wheel, including #CA1CDC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CA1CDC
Split complementary colors are two colors adjacent to the complementary color of #CA1CDC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CA1CDC
Monochromatic colors are variations of #CA1CDC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CA1CDC
The complementary color of #CA1CDC 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 #CA1CDC
/* Using HEX */ body { background-color: #ca1cdc; }
/* Using RGB */ body { background-color: rgb(202, 28, 220); }
/* Using RGB with opacity */ body { background-color: rgba(202, 28, 220, 0.5); }
/* Using HSL */ body { background-color: hsl(294, 77%, 49%); }
/* Text color */ p { color: #ca1cdc; }
/* Box shadow */ div { box-shadow: 4px 4px #ca1cdc; }
/* Border color */ .box { border: 4px solid #ca1cdc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ca1cdc; }
/* Background with text */ div { background: #ca1cdc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CA1CDC
<!-- Using HEX --> <div style="background-color: #ca1cdc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(202, 28, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(202, 28, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(294, 77%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ca1cdc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ca1cdc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ca1cdc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ca1cdc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ca1cdc; color: #fff; padding: 16px; border-radius: 8px;"> #CA1CDC </div>
Related Colors of #CA1CDC
These colors are similar to #CA1CDC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.