Color spaces of #ca0dcc
RGB | 202 | 13 | 204 |
---|---|---|---|
HSL | 0.83 | 0.88 | 0.43 |
HSV | 299° | 94° | 80° |
CMYK | 0.01 | 0.94 | 0.00 0.20 |
XYZ | 35.4001 | 17.2040 | 58.5817 |
Yxy | 17.2040 | 0.3184 | 0.1547 |
Hunter Lab | 41.4777 | 79.7589 | -54.7048 |
CIE-Lab | 48.5161 | 81.6563 | -51.4316 |
#ca0dcc color RGB value is (202,13,204).
#ca0dcc hex color red value is 202, green value is 13 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ca0dcc hue: 0.83 , saturation: 0.88 and the lightness value of ca0dcc is 0.43.
The process color (four color CMYK) of #ca0dcc color hex is 0.01, 0.94, 0.00, 0.20. Web safe color of #ca0dcc is #cc00cc. Color #ca0dcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 00001101 | 11001100 |
Octal | 312 | 15 | 314 |
Decimal | 202 | 13 | 204 |
Hex | CA | D | CC |
Shades of #ca0dcc
Tints of #ca0dcc
RGB Percentages of Color #ca0dcc
CMYK Percentages of Color #ca0dcc
Complementary Color
#ca0dcc | #0fcc0d |
#ca0dcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca0dcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca0dcc Color CSS Codes
.mybgcolor {background-color:#ca0dcc; } .myforecolor {color:#ca0dcc; } .mybordercolor {border:3px solid #ca0dcc; }
#ca0dcc Text Font Color
<p style="color:#ca0dcc">Text here</p>
This sample text font color is #ca0dcc
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.
#ca0dcc Background Color
<div style="background-color:#ca0dcc">
Div content here</div>
This div background color is #ca0dcc
#ca0dcc Border Color
<div style="border:3px solid #ca0dcc">
Div here</div>
This div border color is #ca0dcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,13,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca0dcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca0dcc; -webkit-box-shadow: 1px 1px 3px 2px #ca0dcc; box-shadow: 1px 1px 3px 2px #ca0dcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,13,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca0dcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca0dcc; -webkit-box-shadow: 1px 1px 3px 2px #ca0dcc; box-shadow: 1px 1px 3px 2px #ca0dcc;">
Div content here</div>
This div box has shadow with color #ca0dcc
Comments
No comments written yet.
Please login to write comment.