Color spaces of #d9117f
RGB | 217 | 17 | 127 |
---|---|---|---|
HSL | 0.91 | 0.85 | 0.46 |
HSV | 327° | 92° | 85° |
CMYK | 0.00 | 0.92 | 0.41 0.15 |
XYZ | 32.6465 | 16.6849 | 21.5785 |
Yxy | 16.6849 | 0.4604 | 0.2353 |
Hunter Lab | 40.8472 | 71.1810 | -2.7284 |
CIE-Lab | 47.8605 | 74.9014 | -6.5006 |
#d9117f color RGB value is (217,17,127).
#d9117f hex color red value is 217, green value is 17 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #d9117f hue: 0.91 , saturation: 0.85 and the lightness value of d9117f is 0.46.
The process color (four color CMYK) of #d9117f color hex is 0.00, 0.92, 0.41, 0.15. Web safe color of #d9117f is #cc0066. Color #d9117f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 00010001 | 01111111 |
Octal | 331 | 21 | 177 |
Decimal | 217 | 17 | 127 |
Hex | D9 | 11 | 7F |
Shades of #d9117f
Tints of #d9117f
RGB Percentages of Color #d9117f
CMYK Percentages of Color #d9117f
Complementary Color
#d9117f | #11d96b |
#d9117f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d9117f Color Preview on White Background
Lorem ipsum dolor sit amet.
#d9117f Color CSS Codes
.mybgcolor {background-color:#d9117f; } .myforecolor {color:#d9117f; } .mybordercolor {border:3px solid #d9117f; }
#d9117f Text Font Color
<p style="color:#d9117f">Text here</p>
This sample text font color is #d9117f
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.
#d9117f Background Color
<div style="background-color:#d9117f">
Div content here</div>
This div background color is #d9117f
#d9117f Border Color
<div style="border:3px solid #d9117f">
Div here</div>
This div border color is #d9117f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,17,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d9117f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d9117f; -webkit-box-shadow: 1px 1px 3px 2px #d9117f; box-shadow: 1px 1px 3px 2px #d9117f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,17,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d9117f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d9117f; -webkit-box-shadow: 1px 1px 3px 2px #d9117f; box-shadow: 1px 1px 3px 2px #d9117f;">
Div content here</div>
This div box has shadow with color #d9117f
Comments
No comments written yet.
Please login to write comment.