Color spaces of #ca15bc
RGB | 202 | 21 | 188 |
---|---|---|---|
HSL | 0.85 | 0.81 | 0.44 |
HSV | 305° | 90° | 79° |
CMYK | 0.00 | 0.90 | 0.07 0.21 |
XYZ | 33.7024 | 16.7237 | 49.0286 |
Yxy | 16.7237 | 0.3389 | 0.1682 |
Hunter Lab | 40.8946 | 75.5413 | -42.4566 |
CIE-Lab | 47.9100 | 78.4234 | -43.1048 |
#ca15bc color RGB value is (202,21,188).
#ca15bc hex color red value is 202, green value is 21 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ca15bc hue: 0.85 , saturation: 0.81 and the lightness value of ca15bc is 0.44.
The process color (four color CMYK) of #ca15bc color hex is 0.00, 0.90, 0.07, 0.21. Web safe color of #ca15bc is #cc00cc. Color #ca15bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 00010101 | 10111100 |
Octal | 312 | 25 | 274 |
Decimal | 202 | 21 | 188 |
Hex | CA | 15 | BC |
Shades of #ca15bc
Tints of #ca15bc
RGB Percentages of Color #ca15bc
CMYK Percentages of Color #ca15bc
Complementary Color
#ca15bc | #15ca23 |
#ca15bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca15bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca15bc Color CSS Codes
.mybgcolor {background-color:#ca15bc; } .myforecolor {color:#ca15bc; } .mybordercolor {border:3px solid #ca15bc; }
#ca15bc Text Font Color
<p style="color:#ca15bc">Text here</p>
This sample text font color is #ca15bc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ca15bc Background Color
<div style="background-color:#ca15bc">
Div content here</div>
This div background color is #ca15bc
#ca15bc Border Color
<div style="border:3px solid #ca15bc">
Div here</div>
This div border color is #ca15bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,21,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca15bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca15bc; -webkit-box-shadow: 1px 1px 3px 2px #ca15bc; box-shadow: 1px 1px 3px 2px #ca15bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,21,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca15bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca15bc; -webkit-box-shadow: 1px 1px 3px 2px #ca15bc; box-shadow: 1px 1px 3px 2px #ca15bc;">
Div content here</div>
This div box has shadow with color #ca15bc
Comments
No comments written yet.
Please login to write comment.