Color spaces of #d02ccc
RGB | 208 | 44 | 204 |
---|---|---|---|
HSL | 0.84 | 0.65 | 0.49 |
HSV | 301° | 79° | 82° |
CMYK | 0.00 | 0.79 | 0.02 0.18 |
XYZ | 37.8122 | 19.5709 | 58.9114 |
Yxy | 19.5709 | 0.3251 | 0.1683 |
Hunter Lab | 44.2390 | 75.1502 | -47.9869 |
CIE-Lab | 51.3486 | 77.4391 | -46.8526 |
#d02ccc color RGB value is (208,44,204).
#d02ccc hex color red value is 208, green value is 44 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d02ccc hue: 0.84 , saturation: 0.65 and the lightness value of d02ccc is 0.49.
The process color (four color CMYK) of #d02ccc color hex is 0.00, 0.79, 0.02, 0.18. Web safe color of #d02ccc is #cc33cc. Color #d02ccc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 00101100 | 11001100 |
Octal | 320 | 54 | 314 |
Decimal | 208 | 44 | 204 |
Hex | D0 | 2C | CC |
Shades of #d02ccc
Tints of #d02ccc
RGB Percentages of Color #d02ccc
CMYK Percentages of Color #d02ccc
Complementary Color
#d02ccc | #2cd030 |
#d02ccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d02ccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d02ccc Color CSS Codes
.mybgcolor {background-color:#d02ccc; } .myforecolor {color:#d02ccc; } .mybordercolor {border:3px solid #d02ccc; }
#d02ccc Text Font Color
<p style="color:#d02ccc">Text here</p>
This sample text font color is #d02ccc
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.
#d02ccc Background Color
<div style="background-color:#d02ccc">
Div content here</div>
This div background color is #d02ccc
#d02ccc Border Color
<div style="border:3px solid #d02ccc">
Div here</div>
This div border color is #d02ccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,44,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d02ccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d02ccc; -webkit-box-shadow: 1px 1px 3px 2px #d02ccc; box-shadow: 1px 1px 3px 2px #d02ccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,44,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 #d02ccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d02ccc; -webkit-box-shadow: 1px 1px 3px 2px #d02ccc; box-shadow: 1px 1px 3px 2px #d02ccc;">
Div content here</div>
This div box has shadow with color #d02ccc
Comments
No comments written yet.
Please login to write comment.