Color spaces of #d887dd
RGB | 216 | 135 | 221 |
---|---|---|---|
HSL | 0.82 | 0.56 | 0.70 |
HSV | 297° | 39° | 87° |
CMYK | 0.02 | 0.39 | 0.00 0.13 |
XYZ | 50.0340 | 37.1473 | 72.9397 |
Yxy | 37.1473 | 0.3125 | 0.2320 |
Hunter Lab | 60.9486 | 39.8745 | -28.2908 |
CIE-Lab | 67.3874 | 44.2903 | -31.2259 |
#d887dd color RGB value is (216,135,221).
#d887dd hex color red value is 216, green value is 135 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d887dd hue: 0.82 , saturation: 0.56 and the lightness value of d887dd is 0.70.
The process color (four color CMYK) of #d887dd color hex is 0.02, 0.39, 0.00, 0.13. Web safe color of #d887dd is #cc99cc. Color #d887dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 10000111 | 11011101 |
Octal | 330 | 207 | 335 |
Decimal | 216 | 135 | 221 |
Hex | D8 | 87 | DD |
Shades of #d887dd
Tints of #d887dd
RGB Percentages of Color #d887dd
CMYK Percentages of Color #d887dd
Complementary Color
#d887dd | #8cdd87 |
#d887dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d887dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d887dd Color CSS Codes
.mybgcolor {background-color:#d887dd; } .myforecolor {color:#d887dd; } .mybordercolor {border:3px solid #d887dd; }
#d887dd Text Font Color
<p style="color:#d887dd">Text here</p>
This sample text font color is #d887dd
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.
#d887dd Background Color
<div style="background-color:#d887dd">
Div content here</div>
This div background color is #d887dd
#d887dd Border Color
<div style="border:3px solid #d887dd">
Div here</div>
This div border color is #d887dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,135,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d887dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d887dd; -webkit-box-shadow: 1px 1px 3px 2px #d887dd; box-shadow: 1px 1px 3px 2px #d887dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,135,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 #d887dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d887dd; -webkit-box-shadow: 1px 1px 3px 2px #d887dd; box-shadow: 1px 1px 3px 2px #d887dd;">
Div content here</div>
This div box has shadow with color #d887dd
Comments
No comments written yet.
Please login to write comment.