Color spaces of #d117db
RGB | 209 | 23 | 219 |
---|---|---|---|
HSL | 0.82 | 0.81 | 0.47 |
HSV | 297° | 89° | 86° |
CMYK | 0.05 | 0.89 | 0.00 0.14 |
XYZ | 39.3871 | 19.2826 | 68.6638 |
Yxy | 19.2826 | 0.3093 | 0.1514 |
Hunter Lab | 43.9120 | 83.2607 | -61.9716 |
CIE-Lab | 51.0162 | 83.9078 | -55.9634 |
#d117db color RGB value is (209,23,219).
#d117db hex color red value is 209, green value is 23 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d117db hue: 0.82 , saturation: 0.81 and the lightness value of d117db is 0.47.
The process color (four color CMYK) of #d117db color hex is 0.05, 0.89, 0.00, 0.14. Web safe color of #d117db is #cc00cc. Color #d117db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 00010111 | 11011011 |
Octal | 321 | 27 | 333 |
Decimal | 209 | 23 | 219 |
Hex | D1 | 17 | DB |
Shades of #d117db
Tints of #d117db
RGB Percentages of Color #d117db
CMYK Percentages of Color #d117db
Complementary Color
#d117db | #21db17 |
#d117db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d117db Color Preview on White Background
Lorem ipsum dolor sit amet.
#d117db Color CSS Codes
.mybgcolor {background-color:#d117db; } .myforecolor {color:#d117db; } .mybordercolor {border:3px solid #d117db; }
#d117db Text Font Color
<p style="color:#d117db">Text here</p>
This sample text font color is #d117db
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.
#d117db Background Color
<div style="background-color:#d117db">
Div content here</div>
This div background color is #d117db
#d117db Border Color
<div style="border:3px solid #d117db">
Div here</div>
This div border color is #d117db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,23,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d117db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d117db; -webkit-box-shadow: 1px 1px 3px 2px #d117db; box-shadow: 1px 1px 3px 2px #d117db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,23,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d117db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d117db; -webkit-box-shadow: 1px 1px 3px 2px #d117db; box-shadow: 1px 1px 3px 2px #d117db;">
Div content here</div>
This div box has shadow with color #d117db
Comments
No comments written yet.
Please login to write comment.