Color spaces of #d173ca
RGB | 209 | 115 | 202 |
---|---|---|---|
HSL | 0.85 | 0.51 | 0.64 |
HSV | 304° | 45° | 82° |
CMYK | 0.00 | 0.45 | 0.03 0.18 |
XYZ | 43.0859 | 30.0810 | 59.4125 |
Yxy | 30.0810 | 0.3250 | 0.2269 |
Hunter Lab | 54.8461 | 44.2448 | -25.8340 |
CIE-Lab | 61.7240 | 49.0748 | -29.4246 |
#d173ca color RGB value is (209,115,202).
#d173ca hex color red value is 209, green value is 115 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d173ca hue: 0.85 , saturation: 0.51 and the lightness value of d173ca is 0.64.
The process color (four color CMYK) of #d173ca color hex is 0.00, 0.45, 0.03, 0.18. Web safe color of #d173ca is #cc66cc. Color #d173ca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 01110011 | 11001010 |
Octal | 321 | 163 | 312 |
Decimal | 209 | 115 | 202 |
Hex | D1 | 73 | CA |
Shades of #d173ca
Tints of #d173ca
RGB Percentages of Color #d173ca
CMYK Percentages of Color #d173ca
Complementary Color
#d173ca | #73d17a |
#d173ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d173ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#d173ca Color CSS Codes
.mybgcolor {background-color:#d173ca; } .myforecolor {color:#d173ca; } .mybordercolor {border:3px solid #d173ca; }
#d173ca Text Font Color
<p style="color:#d173ca">Text here</p>
This sample text font color is #d173ca
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.
#d173ca Background Color
<div style="background-color:#d173ca">
Div content here</div>
This div background color is #d173ca
#d173ca Border Color
<div style="border:3px solid #d173ca">
Div here</div>
This div border color is #d173ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,115,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d173ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d173ca; -webkit-box-shadow: 1px 1px 3px 2px #d173ca; box-shadow: 1px 1px 3px 2px #d173ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,115,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 #d173ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d173ca; -webkit-box-shadow: 1px 1px 3px 2px #d173ca; box-shadow: 1px 1px 3px 2px #d173ca;">
Div content here</div>
This div box has shadow with color #d173ca
Comments
No comments written yet.
Please login to write comment.