Color spaces of #d08abb
RGB | 208 | 138 | 187 |
---|---|---|---|
HSL | 0.88 | 0.43 | 0.68 |
HSV | 318° | 34° | 82° |
CMYK | 0.00 | 0.34 | 0.10 0.18 |
XYZ | 44.0705 | 35.1747 | 51.4803 |
Yxy | 35.1747 | 0.3371 | 0.2691 |
Hunter Lab | 59.3083 | 28.8495 | -9.9487 |
CIE-Lab | 65.8845 | 34.0458 | -14.6281 |
#d08abb color RGB value is (208,138,187).
#d08abb hex color red value is 208, green value is 138 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d08abb hue: 0.88 , saturation: 0.43 and the lightness value of d08abb is 0.68.
The process color (four color CMYK) of #d08abb color hex is 0.00, 0.34, 0.10, 0.18. Web safe color of #d08abb is #cc99cc. Color #d08abb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 10001010 | 10111011 |
Octal | 320 | 212 | 273 |
Decimal | 208 | 138 | 187 |
Hex | D0 | 8A | BB |
Shades of #d08abb
Tints of #d08abb
RGB Percentages of Color #d08abb
CMYK Percentages of Color #d08abb
Complementary Color
#d08abb | #8ad09f |
#d08abb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d08abb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d08abb Color CSS Codes
.mybgcolor {background-color:#d08abb; } .myforecolor {color:#d08abb; } .mybordercolor {border:3px solid #d08abb; }
#d08abb Text Font Color
<p style="color:#d08abb">Text here</p>
This sample text font color is #d08abb
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.
#d08abb Background Color
<div style="background-color:#d08abb">
Div content here</div>
This div background color is #d08abb
#d08abb Border Color
<div style="border:3px solid #d08abb">
Div here</div>
This div border color is #d08abb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,138,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d08abb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d08abb; -webkit-box-shadow: 1px 1px 3px 2px #d08abb; box-shadow: 1px 1px 3px 2px #d08abb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,138,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d08abb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d08abb; -webkit-box-shadow: 1px 1px 3px 2px #d08abb; box-shadow: 1px 1px 3px 2px #d08abb;">
Div content here</div>
This div box has shadow with color #d08abb
Comments
No comments written yet.
Please login to write comment.