Color spaces of #d7116c
RGB | 215 | 17 | 108 |
---|---|---|---|
HSL | 0.92 | 0.85 | 0.45 |
HSV | 332° | 92° | 84° |
CMYK | 0.00 | 0.92 | 0.50 0.16 |
XYZ | 30.9316 | 15.9307 | 15.6320 |
Yxy | 15.9307 | 0.4950 | 0.2549 |
Hunter Lab | 39.9133 | 68.4839 | 4.7184 |
CIE-Lab | 46.8834 | 72.8711 | 3.6953 |
#d7116c color RGB value is (215,17,108).
#d7116c hex color red value is 215, green value is 17 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #d7116c hue: 0.92 , saturation: 0.85 and the lightness value of d7116c is 0.45.
The process color (four color CMYK) of #d7116c color hex is 0.00, 0.92, 0.50, 0.16. Web safe color of #d7116c is #cc0066. Color #d7116c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 00010001 | 01101100 |
Octal | 327 | 21 | 154 |
Decimal | 215 | 17 | 108 |
Hex | D7 | 11 | 6C |
Shades of #d7116c
Tints of #d7116c
RGB Percentages of Color #d7116c
CMYK Percentages of Color #d7116c
Complementary Color
#d7116c | #11d77c |
#d7116c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d7116c Color Preview on White Background
Lorem ipsum dolor sit amet.
#d7116c Color CSS Codes
.mybgcolor {background-color:#d7116c; } .myforecolor {color:#d7116c; } .mybordercolor {border:3px solid #d7116c; }
#d7116c Text Font Color
<p style="color:#d7116c">Text here</p>
This sample text font color is #d7116c
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.
#d7116c Background Color
<div style="background-color:#d7116c">
Div content here</div>
This div background color is #d7116c
#d7116c Border Color
<div style="border:3px solid #d7116c">
Div here</div>
This div border color is #d7116c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,17,108, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d7116c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d7116c; -webkit-box-shadow: 1px 1px 3px 2px #d7116c; box-shadow: 1px 1px 3px 2px #d7116c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,17,108, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d7116c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d7116c; -webkit-box-shadow: 1px 1px 3px 2px #d7116c; box-shadow: 1px 1px 3px 2px #d7116c;">
Div content here</div>
This div box has shadow with color #d7116c
Comments
No comments written yet.
Please login to write comment.