Color spaces of #d908dd
RGB | 217 | 8 | 221 |
---|---|---|---|
HSL | 0.83 | 0.93 | 0.45 |
HSV | 299° | 96° | 87° |
CMYK | 0.02 | 0.96 | 0.00 0.13 |
XYZ | 41.7532 | 20.1458 | 70.0945 |
Yxy | 20.1458 | 0.3163 | 0.1526 |
Hunter Lab | 44.8841 | 87.5017 | -61.1731 |
CIE-Lab | 52.0017 | 86.9800 | -55.4474 |
#d908dd color RGB value is (217,8,221).
#d908dd hex color red value is 217, green value is 8 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d908dd hue: 0.83 , saturation: 0.93 and the lightness value of d908dd is 0.45.
The process color (four color CMYK) of #d908dd color hex is 0.02, 0.96, 0.00, 0.13. Web safe color of #d908dd is #cc00cc. Color #d908dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 00001000 | 11011101 |
Octal | 331 | 10 | 335 |
Decimal | 217 | 8 | 221 |
Hex | D9 | 8 | DD |
Shades of #d908dd
Tints of #d908dd
RGB Percentages of Color #d908dd
CMYK Percentages of Color #d908dd
Complementary Color
#d908dd | #0cdd08 |
#d908dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d908dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d908dd Color CSS Codes
.mybgcolor {background-color:#d908dd; } .myforecolor {color:#d908dd; } .mybordercolor {border:3px solid #d908dd; }
#d908dd Text Font Color
<p style="color:#d908dd">Text here</p>
This sample text font color is #d908dd
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.
#d908dd Background Color
<div style="background-color:#d908dd">
Div content here</div>
This div background color is #d908dd
#d908dd Border Color
<div style="border:3px solid #d908dd">
Div here</div>
This div border color is #d908dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,8,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d908dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d908dd; -webkit-box-shadow: 1px 1px 3px 2px #d908dd; box-shadow: 1px 1px 3px 2px #d908dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,8,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d908dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d908dd; -webkit-box-shadow: 1px 1px 3px 2px #d908dd; box-shadow: 1px 1px 3px 2px #d908dd;">
Div content here</div>
This div box has shadow with color #d908dd
Comments
No comments written yet.
Please login to write comment.