Color spaces of #d8c3fc
RGB | 216 | 195 | 252 |
---|---|---|---|
HSL | 0.73 | 0.90 | 0.88 |
HSV | 262° | 23° | 99° |
CMYK | 0.14 | 0.23 | 0.00 0.01 |
XYZ | 65.4047 | 60.6574 | 100.3563 |
Yxy | 60.6574 | 0.2889 | 0.2679 |
Hunter Lab | 77.8829 | 13.6063 | -21.8804 |
CIE-Lab | 82.1942 | 18.1774 | -25.3364 |
#d8c3fc color RGB value is (216,195,252).
#d8c3fc hex color red value is 216, green value is 195 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d8c3fc hue: 0.73 , saturation: 0.90 and the lightness value of d8c3fc is 0.88.
The process color (four color CMYK) of #d8c3fc color hex is 0.14, 0.23, 0.00, 0.01. Web safe color of #d8c3fc is #ccccff. Color #d8c3fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 11000011 | 11111100 |
Octal | 330 | 303 | 374 |
Decimal | 216 | 195 | 252 |
Hex | D8 | C3 | FC |
Shades of #d8c3fc
Tints of #d8c3fc
RGB Percentages of Color #d8c3fc
CMYK Percentages of Color #d8c3fc
Complementary Color
#d8c3fc | #e7fcc3 |
#d8c3fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d8c3fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d8c3fc Color CSS Codes
.mybgcolor {background-color:#d8c3fc; } .myforecolor {color:#d8c3fc; } .mybordercolor {border:3px solid #d8c3fc; }
#d8c3fc Text Font Color
<p style="color:#d8c3fc">Text here</p>
This sample text font color is #d8c3fc
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.
#d8c3fc Background Color
<div style="background-color:#d8c3fc">
Div content here</div>
This div background color is #d8c3fc
#d8c3fc Border Color
<div style="border:3px solid #d8c3fc">
Div here</div>
This div border color is #d8c3fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,195,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d8c3fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d8c3fc; -webkit-box-shadow: 1px 1px 3px 2px #d8c3fc; box-shadow: 1px 1px 3px 2px #d8c3fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,195,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d8c3fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d8c3fc; -webkit-box-shadow: 1px 1px 3px 2px #d8c3fc; box-shadow: 1px 1px 3px 2px #d8c3fc;">
Div content here</div>
This div box has shadow with color #d8c3fc
Comments
No comments written yet.
Please login to write comment.