Color spaces of #ca0cbd
RGB | 202 | 12 | 189 |
---|---|---|---|
HSL | 0.84 | 0.89 | 0.42 |
HSV | 304° | 94° | 79° |
CMYK | 0.00 | 0.94 | 0.06 0.21 |
XYZ | 33.6739 | 16.4936 | 49.5529 |
Yxy | 16.4936 | 0.3377 | 0.1654 |
Hunter Lab | 40.6123 | 76.9326 | -43.9138 |
CIE-Lab | 47.6155 | 79.5928 | -44.1570 |
#ca0cbd color RGB value is (202,12,189).
#ca0cbd hex color red value is 202, green value is 12 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ca0cbd hue: 0.84 , saturation: 0.89 and the lightness value of ca0cbd is 0.42.
The process color (four color CMYK) of #ca0cbd color hex is 0.00, 0.94, 0.06, 0.21. Web safe color of #ca0cbd is #cc00cc. Color #ca0cbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 00001100 | 10111101 |
Octal | 312 | 14 | 275 |
Decimal | 202 | 12 | 189 |
Hex | CA | C | BD |
Shades of #ca0cbd
Tints of #ca0cbd
RGB Percentages of Color #ca0cbd
CMYK Percentages of Color #ca0cbd
Complementary Color
#ca0cbd | #0cca19 |
#ca0cbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca0cbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca0cbd Color CSS Codes
.mybgcolor {background-color:#ca0cbd; } .myforecolor {color:#ca0cbd; } .mybordercolor {border:3px solid #ca0cbd; }
#ca0cbd Text Font Color
<p style="color:#ca0cbd">Text here</p>
This sample text font color is #ca0cbd
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.
#ca0cbd Background Color
<div style="background-color:#ca0cbd">
Div content here</div>
This div background color is #ca0cbd
#ca0cbd Border Color
<div style="border:3px solid #ca0cbd">
Div here</div>
This div border color is #ca0cbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,12,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca0cbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca0cbd; -webkit-box-shadow: 1px 1px 3px 2px #ca0cbd; box-shadow: 1px 1px 3px 2px #ca0cbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,12,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca0cbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca0cbd; -webkit-box-shadow: 1px 1px 3px 2px #ca0cbd; box-shadow: 1px 1px 3px 2px #ca0cbd;">
Div content here</div>
This div box has shadow with color #ca0cbd
Comments
No comments written yet.
Please login to write comment.