Color spaces of #d09ffc
RGB | 208 | 159 | 252 |
---|---|---|---|
HSL | 0.75 | 0.94 | 0.81 |
HSV | 272° | 37° | 99° |
CMYK | 0.17 | 0.37 | 0.00 0.01 |
XYZ | 55.9812 | 45.2344 | 97.8760 |
Yxy | 45.2344 | 0.2812 | 0.2272 |
Hunter Lab | 67.2565 | 30.8762 | -39.2030 |
CIE-Lab | 73.0460 | 35.3007 | -39.4923 |
#d09ffc color RGB value is (208,159,252).
#d09ffc hex color red value is 208, green value is 159 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d09ffc hue: 0.75 , saturation: 0.94 and the lightness value of d09ffc is 0.81.
The process color (four color CMYK) of #d09ffc color hex is 0.17, 0.37, 0.00, 0.01. Web safe color of #d09ffc is #cc99ff. Color #d09ffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 10011111 | 11111100 |
Octal | 320 | 237 | 374 |
Decimal | 208 | 159 | 252 |
Hex | D0 | 9F | FC |
Shades of #d09ffc
Tints of #d09ffc
RGB Percentages of Color #d09ffc
CMYK Percentages of Color #d09ffc
Complementary Color
#d09ffc | #cbfc9f |
#d09ffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d09ffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d09ffc Color CSS Codes
.mybgcolor {background-color:#d09ffc; } .myforecolor {color:#d09ffc; } .mybordercolor {border:3px solid #d09ffc; }
#d09ffc Text Font Color
<p style="color:#d09ffc">Text here</p>
This sample text font color is #d09ffc
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.
#d09ffc Background Color
<div style="background-color:#d09ffc">
Div content here</div>
This div background color is #d09ffc
#d09ffc Border Color
<div style="border:3px solid #d09ffc">
Div here</div>
This div border color is #d09ffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,159,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d09ffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d09ffc; -webkit-box-shadow: 1px 1px 3px 2px #d09ffc; box-shadow: 1px 1px 3px 2px #d09ffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,159,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 #d09ffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d09ffc; -webkit-box-shadow: 1px 1px 3px 2px #d09ffc; box-shadow: 1px 1px 3px 2px #d09ffc;">
Div content here</div>
This div box has shadow with color #d09ffc
Comments
No comments written yet.
Please login to write comment.