Color spaces of #d08bdf
RGB | 208 | 139 | 223 |
---|---|---|---|
HSL | 0.80 | 0.57 | 0.71 |
HSV | 289° | 38° | 87° |
CMYK | 0.07 | 0.38 | 0.00 0.13 |
XYZ | 48.5643 | 37.2028 | 74.4333 |
Yxy | 37.2028 | 0.3031 | 0.2322 |
Hunter Lab | 60.9941 | 35.3844 | -29.6579 |
CIE-Lab | 67.4289 | 40.1191 | -32.3408 |
#d08bdf color RGB value is (208,139,223).
#d08bdf hex color red value is 208, green value is 139 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d08bdf hue: 0.80 , saturation: 0.57 and the lightness value of d08bdf is 0.71.
The process color (four color CMYK) of #d08bdf color hex is 0.07, 0.38, 0.00, 0.13. Web safe color of #d08bdf is #cc99cc. Color #d08bdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 10001011 | 11011111 |
Octal | 320 | 213 | 337 |
Decimal | 208 | 139 | 223 |
Hex | D0 | 8B | DF |
Shades of #d08bdf
Tints of #d08bdf
RGB Percentages of Color #d08bdf
CMYK Percentages of Color #d08bdf
Complementary Color
#d08bdf | #9adf8b |
#d08bdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d08bdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d08bdf Color CSS Codes
.mybgcolor {background-color:#d08bdf; } .myforecolor {color:#d08bdf; } .mybordercolor {border:3px solid #d08bdf; }
#d08bdf Text Font Color
<p style="color:#d08bdf">Text here</p>
This sample text font color is #d08bdf
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.
#d08bdf Background Color
<div style="background-color:#d08bdf">
Div content here</div>
This div background color is #d08bdf
#d08bdf Border Color
<div style="border:3px solid #d08bdf">
Div here</div>
This div border color is #d08bdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,139,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d08bdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d08bdf; -webkit-box-shadow: 1px 1px 3px 2px #d08bdf; box-shadow: 1px 1px 3px 2px #d08bdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,139,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 #d08bdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d08bdf; -webkit-box-shadow: 1px 1px 3px 2px #d08bdf; box-shadow: 1px 1px 3px 2px #d08bdf;">
Div content here</div>
This div box has shadow with color #d08bdf
Comments
No comments written yet.
Please login to write comment.