Color spaces of #db86bd
RGB | 219 | 134 | 189 |
---|---|---|---|
HSL | 0.89 | 0.54 | 0.69 |
HSV | 321° | 39° | 86° |
CMYK | 0.00 | 0.39 | 0.14 0.14 |
XYZ | 46.9238 | 35.7844 | 52.5780 |
Yxy | 35.7844 | 0.3468 | 0.2645 |
Hunter Lab | 59.8201 | 35.3331 | -10.2381 |
CIE-Lab | 66.3549 | 40.1961 | -14.9167 |
#db86bd color RGB value is (219,134,189).
#db86bd hex color red value is 219, green value is 134 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #db86bd hue: 0.89 , saturation: 0.54 and the lightness value of db86bd is 0.69.
The process color (four color CMYK) of #db86bd color hex is 0.00, 0.39, 0.14, 0.14. Web safe color of #db86bd is #cc99cc. Color #db86bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10000110 | 10111101 |
Octal | 333 | 206 | 275 |
Decimal | 219 | 134 | 189 |
Hex | DB | 86 | BD |
Shades of #db86bd
Tints of #db86bd
RGB Percentages of Color #db86bd
CMYK Percentages of Color #db86bd
Complementary Color
#db86bd | #86dba4 |
#db86bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db86bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#db86bd Color CSS Codes
.mybgcolor {background-color:#db86bd; } .myforecolor {color:#db86bd; } .mybordercolor {border:3px solid #db86bd; }
#db86bd Text Font Color
<p style="color:#db86bd">Text here</p>
This sample text font color is #db86bd
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.
#db86bd Background Color
<div style="background-color:#db86bd">
Div content here</div>
This div background color is #db86bd
#db86bd Border Color
<div style="border:3px solid #db86bd">
Div here</div>
This div border color is #db86bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,134,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db86bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db86bd; -webkit-box-shadow: 1px 1px 3px 2px #db86bd; box-shadow: 1px 1px 3px 2px #db86bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,134,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db86bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db86bd; -webkit-box-shadow: 1px 1px 3px 2px #db86bd; box-shadow: 1px 1px 3px 2px #db86bd;">
Div content here</div>
This div box has shadow with color #db86bd
Comments
No comments written yet.
Please login to write comment.