Color spaces of #d072cc
RGB | 208 | 114 | 204 |
---|---|---|---|
HSL | 0.84 | 0.50 | 0.63 |
HSV | 303° | 45° | 82° |
CMYK | 0.00 | 0.45 | 0.02 0.18 |
XYZ | 42.9288 | 29.8042 | 60.6169 |
Yxy | 29.8042 | 0.3219 | 0.2235 |
Hunter Lab | 54.5932 | 44.8234 | -27.6167 |
CIE-Lab | 61.4849 | 49.6382 | -30.9339 |
#d072cc color RGB value is (208,114,204).
#d072cc hex color red value is 208, green value is 114 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d072cc hue: 0.84 , saturation: 0.50 and the lightness value of d072cc is 0.63.
The process color (four color CMYK) of #d072cc color hex is 0.00, 0.45, 0.02, 0.18. Web safe color of #d072cc is #cc66cc. Color #d072cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 01110010 | 11001100 |
Octal | 320 | 162 | 314 |
Decimal | 208 | 114 | 204 |
Hex | D0 | 72 | CC |
Shades of #d072cc
Tints of #d072cc
RGB Percentages of Color #d072cc
CMYK Percentages of Color #d072cc
Complementary Color
#d072cc | #72d076 |
#d072cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d072cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d072cc Color CSS Codes
.mybgcolor {background-color:#d072cc; } .myforecolor {color:#d072cc; } .mybordercolor {border:3px solid #d072cc; }
#d072cc Text Font Color
<p style="color:#d072cc">Text here</p>
This sample text font color is #d072cc
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.
#d072cc Background Color
<div style="background-color:#d072cc">
Div content here</div>
This div background color is #d072cc
#d072cc Border Color
<div style="border:3px solid #d072cc">
Div here</div>
This div border color is #d072cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,114,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d072cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d072cc; -webkit-box-shadow: 1px 1px 3px 2px #d072cc; box-shadow: 1px 1px 3px 2px #d072cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,114,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 #d072cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d072cc; -webkit-box-shadow: 1px 1px 3px 2px #d072cc; box-shadow: 1px 1px 3px 2px #d072cc;">
Div content here</div>
This div box has shadow with color #d072cc
#d072cc Color Palettes
Comments
No comments written yet.
Please login to write comment.