Color spaces of #d170cc
RGB | 209 | 112 | 204 |
---|---|---|---|
HSL | 0.84 | 0.51 | 0.63 |
HSV | 303° | 46° | 82° |
CMYK | 0.00 | 0.46 | 0.02 0.18 |
XYZ | 42.9877 | 29.5033 | 60.5557 |
Yxy | 29.5033 | 0.3231 | 0.2218 |
Hunter Lab | 54.3169 | 46.2144 | -28.0781 |
CIE-Lab | 61.2233 | 50.9413 | -31.3296 |
#d170cc color RGB value is (209,112,204).
#d170cc hex color red value is 209, green value is 112 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d170cc hue: 0.84 , saturation: 0.51 and the lightness value of d170cc is 0.63.
The process color (four color CMYK) of #d170cc color hex is 0.00, 0.46, 0.02, 0.18. Web safe color of #d170cc is #cc66cc. Color #d170cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 01110000 | 11001100 |
Octal | 321 | 160 | 314 |
Decimal | 209 | 112 | 204 |
Hex | D1 | 70 | CC |
Shades of #d170cc
Tints of #d170cc
RGB Percentages of Color #d170cc
CMYK Percentages of Color #d170cc
Complementary Color
#d170cc | #70d175 |
#d170cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d170cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d170cc Color CSS Codes
.mybgcolor {background-color:#d170cc; } .myforecolor {color:#d170cc; } .mybordercolor {border:3px solid #d170cc; }
#d170cc Text Font Color
<p style="color:#d170cc">Text here</p>
This sample text font color is #d170cc
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.
#d170cc Background Color
<div style="background-color:#d170cc">
Div content here</div>
This div background color is #d170cc
#d170cc Border Color
<div style="border:3px solid #d170cc">
Div here</div>
This div border color is #d170cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,112,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d170cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d170cc; -webkit-box-shadow: 1px 1px 3px 2px #d170cc; box-shadow: 1px 1px 3px 2px #d170cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,112,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 #d170cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d170cc; -webkit-box-shadow: 1px 1px 3px 2px #d170cc; box-shadow: 1px 1px 3px 2px #d170cc;">
Div content here</div>
This div box has shadow with color #d170cc
Comments
No comments written yet.
Please login to write comment.