Color spaces of #d0bdfc
RGB | 208 | 189 | 252 |
---|---|---|---|
HSL | 0.72 | 0.91 | 0.86 |
HSV | 258° | 25° | 99° |
CMYK | 0.17 | 0.25 | 0.00 0.01 |
XYZ | 61.7807 | 56.8334 | 99.8092 |
Yxy | 56.8334 | 0.2828 | 0.2602 |
Hunter Lab | 75.3879 | 14.3526 | -25.7249 |
CIE-Lab | 80.0858 | 18.9570 | -28.6172 |
#d0bdfc color RGB value is (208,189,252).
#d0bdfc hex color red value is 208, green value is 189 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d0bdfc hue: 0.72 , saturation: 0.91 and the lightness value of d0bdfc is 0.86.
The process color (four color CMYK) of #d0bdfc color hex is 0.17, 0.25, 0.00, 0.01. Web safe color of #d0bdfc is #ccccff. Color #d0bdfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 10111101 | 11111100 |
Octal | 320 | 275 | 374 |
Decimal | 208 | 189 | 252 |
Hex | D0 | BD | FC |
Shades of #d0bdfc
Tints of #d0bdfc
RGB Percentages of Color #d0bdfc
CMYK Percentages of Color #d0bdfc
Complementary Color
#d0bdfc | #e9fcbd |
#d0bdfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0bdfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0bdfc Color CSS Codes
.mybgcolor {background-color:#d0bdfc; } .myforecolor {color:#d0bdfc; } .mybordercolor {border:3px solid #d0bdfc; }
#d0bdfc Text Font Color
<p style="color:#d0bdfc">Text here</p>
This sample text font color is #d0bdfc
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.
#d0bdfc Background Color
<div style="background-color:#d0bdfc">
Div content here</div>
This div background color is #d0bdfc
#d0bdfc Border Color
<div style="border:3px solid #d0bdfc">
Div here</div>
This div border color is #d0bdfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,189,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0bdfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0bdfc; -webkit-box-shadow: 1px 1px 3px 2px #d0bdfc; box-shadow: 1px 1px 3px 2px #d0bdfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,189,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 #d0bdfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0bdfc; -webkit-box-shadow: 1px 1px 3px 2px #d0bdfc; box-shadow: 1px 1px 3px 2px #d0bdfc;">
Div content here</div>
This div box has shadow with color #d0bdfc
Comments
No comments written yet.
Please login to write comment.