Color spaces of #d02cca
RGB | 208 | 44 | 202 |
---|---|---|---|
HSL | 0.84 | 0.65 | 0.49 |
HSV | 302° | 79° | 82° |
CMYK | 0.00 | 0.79 | 0.03 0.18 |
XYZ | 37.5738 | 19.4755 | 57.6559 |
Yxy | 19.4755 | 0.3276 | 0.1698 |
Hunter Lab | 44.1311 | 74.7481 | -46.5689 |
CIE-Lab | 51.2389 | 77.1371 | -45.8755 |
#d02cca color RGB value is (208,44,202).
#d02cca hex color red value is 208, green value is 44 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d02cca hue: 0.84 , saturation: 0.65 and the lightness value of d02cca is 0.49.
The process color (four color CMYK) of #d02cca color hex is 0.00, 0.79, 0.03, 0.18. Web safe color of #d02cca is #cc33cc. Color #d02cca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 00101100 | 11001010 |
Octal | 320 | 54 | 312 |
Decimal | 208 | 44 | 202 |
Hex | D0 | 2C | CA |
Shades of #d02cca
Tints of #d02cca
RGB Percentages of Color #d02cca
CMYK Percentages of Color #d02cca
Complementary Color
#d02cca | #2cd032 |
#d02cca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d02cca Color Preview on White Background
Lorem ipsum dolor sit amet.
#d02cca Color CSS Codes
.mybgcolor {background-color:#d02cca; } .myforecolor {color:#d02cca; } .mybordercolor {border:3px solid #d02cca; }
#d02cca Text Font Color
<p style="color:#d02cca">Text here</p>
This sample text font color is #d02cca
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.
#d02cca Background Color
<div style="background-color:#d02cca">
Div content here</div>
This div background color is #d02cca
#d02cca Border Color
<div style="border:3px solid #d02cca">
Div here</div>
This div border color is #d02cca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,44,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d02cca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d02cca; -webkit-box-shadow: 1px 1px 3px 2px #d02cca; box-shadow: 1px 1px 3px 2px #d02cca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,44,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d02cca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d02cca; -webkit-box-shadow: 1px 1px 3px 2px #d02cca; box-shadow: 1px 1px 3px 2px #d02cca;">
Div content here</div>
This div box has shadow with color #d02cca
Comments
No comments written yet.
Please login to write comment.