Color: #CB15E4
#CB15E4 Color Information
#CB15E4 is a dark color. The closest websafe version is #CB15E4. A complement of this color would be #2DE515, perceived brightness is 0.39, and the grayscale version is #7D7D7D.
In the HSL color space, this color has a hue angle of 293°,a saturation of 83%, and a lightness of 49%.The HSV representation shows a hue of 293°, a saturation of 91%, and a value of 89%.
In a RGB color space, #CB15E4 is composed of 80% red, 8% green and 89% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 91% magenta, 0% yellow and 11% black.
In the Yxy color space, this color is represented as Y: 18.53, x: 0.3334, and y: 0.1650.
Color Code #CB15E4
Shades of Color #CB15E4
Shades are created by darkening the original color #CB15E4 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 #CB15E4
Tints are created by lightening the original color #CB15E4 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 #CB15E4 Color Code
In the HSL color space, this color has a hue angle of 293°, a saturation of 83%, and a lightness of 49%. The HSV representation shows a hue of 293°, a saturation of 91%, and a value of 89%.
- HEX: #CB15E4
- RGB: rgb(203, 21, 228)
- HSL: hsl(293, 83%, 49%)
- HSV: hsv(293, 91%, 89%)
- CMYK: 11.00% cyan, 91.00% magenta, 0.00% yellow, 11.00% black
- XYZ: 37.43, 18.53, 56.31
- Yxy: 18.53, 0.3334, 0.1650
- Hunter Lab: 50.13, 79.70, -62.06
- CIE-Lab: 50.13, 79.70, -62.06
In the XYZ color space, this color is represented as X: 37.43, Y: 18.53, Z: 56.31. The Yxy representation further refines this as Y: 18.53, x: 0.3334, and y: 0.1650.
In the Hunter Lab color space, this color is represented as L: 50.13, a: 79.70, and b: -62.06. Similarly, in the CIE-Lab color space, it is represented as L: 50.13, a: 79.70, and b: -62.06.
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 #CB15E4
Triadic colors are three colors evenly spaced around the color wheel, including #CB15E4. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CB15E4
Split complementary colors are two colors adjacent to the complementary color of #CB15E4. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CB15E4
Monochromatic colors are variations of #CB15E4, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CB15E4
The complementary color of #CB15E4 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 #CB15E4
/* Using HEX */ body { background-color: #cb15e4; }
/* Using RGB */ body { background-color: rgb(203, 21, 228); }
/* Using RGB with opacity */ body { background-color: rgba(203, 21, 228, 0.5); }
/* Using HSL */ body { background-color: hsl(293, 83%, 49%); }
/* Text color */ p { color: #cb15e4; }
/* Box shadow */ div { box-shadow: 4px 4px #cb15e4; }
/* Border color */ .box { border: 4px solid #cb15e4; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cb15e4; }
/* Background with text */ div { background: #cb15e4; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CB15E4
<!-- Using HEX --> <div style="background-color: #cb15e4; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(203, 21, 228); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(203, 21, 228, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(293, 83%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cb15e4;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cb15e4; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cb15e4; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cb15e4;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cb15e4; color: #fff; padding: 16px; border-radius: 8px;"> #CB15E4 </div>
Related Colors of #CB15E4
These colors are similar to #CB15E4, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.