Color spaces of #d08ced
RGB | 208 | 140 | 237 |
---|---|---|---|
HSL | 0.78 | 0.73 | 0.74 |
HSV | 282° | 41° | 93° |
CMYK | 0.12 | 0.41 | 0.00 0.07 |
XYZ | 50.6766 | 38.2805 | 84.8387 |
Yxy | 38.2805 | 0.2916 | 0.2203 |
Hunter Lab | 61.8712 | 37.9285 | -37.9894 |
CIE-Lab | 68.2268 | 42.3930 | -38.8195 |
#d08ced color RGB value is (208,140,237).
#d08ced hex color red value is 208, green value is 140 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d08ced hue: 0.78 , saturation: 0.73 and the lightness value of d08ced is 0.74.
The process color (four color CMYK) of #d08ced color hex is 0.12, 0.41, 0.00, 0.07. Web safe color of #d08ced is #cc99ff. Color #d08ced contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 10001100 | 11101101 |
Octal | 320 | 214 | 355 |
Decimal | 208 | 140 | 237 |
Hex | D0 | 8C | ED |
Shades of #d08ced
Tints of #d08ced
RGB Percentages of Color #d08ced
CMYK Percentages of Color #d08ced
Complementary Color
#d08ced | #a9ed8c |
#d08ced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d08ced Color Preview on White Background
Lorem ipsum dolor sit amet.
#d08ced Color CSS Codes
.mybgcolor {background-color:#d08ced; } .myforecolor {color:#d08ced; } .mybordercolor {border:3px solid #d08ced; }
#d08ced Text Font Color
<p style="color:#d08ced">Text here</p>
This sample text font color is #d08ced
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.
#d08ced Background Color
<div style="background-color:#d08ced">
Div content here</div>
This div background color is #d08ced
#d08ced Border Color
<div style="border:3px solid #d08ced">
Div here</div>
This div border color is #d08ced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,140,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d08ced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d08ced; -webkit-box-shadow: 1px 1px 3px 2px #d08ced; box-shadow: 1px 1px 3px 2px #d08ced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,140,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d08ced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d08ced; -webkit-box-shadow: 1px 1px 3px 2px #d08ced; box-shadow: 1px 1px 3px 2px #d08ced;">
Div content here</div>
This div box has shadow with color #d08ced
Comments
No comments written yet.
Please login to write comment.