Color spaces of #d108cf
RGB | 209 | 8 | 207 |
---|---|---|---|
HSL | 0.83 | 0.93 | 0.43 |
HSV | 301° | 96° | 82° |
CMYK | 0.00 | 0.96 | 0.01 0.18 |
XYZ | 37.6438 | 18.2340 | 60.5669 |
Yxy | 18.2340 | 0.3233 | 0.1566 |
Hunter Lab | 42.7013 | 82.6314 | -54.2052 |
CIE-Lab | 49.7787 | 83.6590 | -51.0717 |
#d108cf color RGB value is (209,8,207).
#d108cf hex color red value is 209, green value is 8 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d108cf hue: 0.83 , saturation: 0.93 and the lightness value of d108cf is 0.43.
The process color (four color CMYK) of #d108cf color hex is 0.00, 0.96, 0.01, 0.18. Web safe color of #d108cf is #cc00cc. Color #d108cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 00001000 | 11001111 |
Octal | 321 | 10 | 317 |
Decimal | 209 | 8 | 207 |
Hex | D1 | 8 | CF |
Shades of #d108cf
Tints of #d108cf
RGB Percentages of Color #d108cf
CMYK Percentages of Color #d108cf
Complementary Color
#d108cf | #08d10a |
#d108cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d108cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d108cf Color CSS Codes
.mybgcolor {background-color:#d108cf; } .myforecolor {color:#d108cf; } .mybordercolor {border:3px solid #d108cf; }
#d108cf Text Font Color
<p style="color:#d108cf">Text here</p>
This sample text font color is #d108cf
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.
#d108cf Background Color
<div style="background-color:#d108cf">
Div content here</div>
This div background color is #d108cf
#d108cf Border Color
<div style="border:3px solid #d108cf">
Div here</div>
This div border color is #d108cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,8,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d108cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d108cf; -webkit-box-shadow: 1px 1px 3px 2px #d108cf; box-shadow: 1px 1px 3px 2px #d108cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,8,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d108cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d108cf; -webkit-box-shadow: 1px 1px 3px 2px #d108cf; box-shadow: 1px 1px 3px 2px #d108cf;">
Div content here</div>
This div box has shadow with color #d108cf
Comments
No comments written yet.
Please login to write comment.