Color spaces of #d88edf
RGB | 216 | 142 | 223 |
---|---|---|---|
HSL | 0.82 | 0.56 | 0.72 |
HSV | 295° | 36° | 87° |
CMYK | 0.03 | 0.36 | 0.00 0.13 |
XYZ | 51.3112 | 39.2726 | 74.6880 |
Yxy | 39.2726 | 0.3105 | 0.2376 |
Hunter Lab | 62.6679 | 36.4835 | -26.7948 |
CIE-Lab | 68.9483 | 40.9688 | -29.9219 |
#d88edf color RGB value is (216,142,223).
#d88edf hex color red value is 216, green value is 142 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d88edf hue: 0.82 , saturation: 0.56 and the lightness value of d88edf is 0.72.
The process color (four color CMYK) of #d88edf color hex is 0.03, 0.36, 0.00, 0.13. Web safe color of #d88edf is #cc99cc. Color #d88edf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 10001110 | 11011111 |
Octal | 330 | 216 | 337 |
Decimal | 216 | 142 | 223 |
Hex | D8 | 8E | DF |
Shades of #d88edf
Tints of #d88edf
RGB Percentages of Color #d88edf
CMYK Percentages of Color #d88edf
Complementary Color
#d88edf | #95df8e |
#d88edf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d88edf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d88edf Color CSS Codes
.mybgcolor {background-color:#d88edf; } .myforecolor {color:#d88edf; } .mybordercolor {border:3px solid #d88edf; }
#d88edf Text Font Color
<p style="color:#d88edf">Text here</p>
This sample text font color is #d88edf
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.
#d88edf Background Color
<div style="background-color:#d88edf">
Div content here</div>
This div background color is #d88edf
#d88edf Border Color
<div style="border:3px solid #d88edf">
Div here</div>
This div border color is #d88edf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,142,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d88edf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d88edf; -webkit-box-shadow: 1px 1px 3px 2px #d88edf; box-shadow: 1px 1px 3px 2px #d88edf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,142,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d88edf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d88edf; -webkit-box-shadow: 1px 1px 3px 2px #d88edf; box-shadow: 1px 1px 3px 2px #d88edf;">
Div content here</div>
This div box has shadow with color #d88edf
Comments
No comments written yet.
Please login to write comment.