Color spaces of #db9dcb
RGB | 219 | 157 | 203 |
---|---|---|---|
HSL | 0.88 | 0.46 | 0.74 |
HSV | 315° | 28° | 86° |
CMYK | 0.00 | 0.28 | 0.07 0.14 |
XYZ | 52.0499 | 43.4858 | 62.1502 |
Yxy | 43.4858 | 0.3301 | 0.2758 |
Hunter Lab | 65.9438 | 25.4898 | -9.7186 |
CIE-Lab | 71.8835 | 30.2615 | -14.3810 |
#db9dcb color RGB value is (219,157,203).
#db9dcb hex color red value is 219, green value is 157 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #db9dcb hue: 0.88 , saturation: 0.46 and the lightness value of db9dcb is 0.74.
The process color (four color CMYK) of #db9dcb color hex is 0.00, 0.28, 0.07, 0.14. Web safe color of #db9dcb is #cc99cc. Color #db9dcb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10011101 | 11001011 |
Octal | 333 | 235 | 313 |
Decimal | 219 | 157 | 203 |
Hex | DB | 9D | CB |
Shades of #db9dcb
Tints of #db9dcb
RGB Percentages of Color #db9dcb
CMYK Percentages of Color #db9dcb
Complementary Color
#db9dcb | #9ddbad |
#db9dcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db9dcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#db9dcb Color CSS Codes
.mybgcolor {background-color:#db9dcb; } .myforecolor {color:#db9dcb; } .mybordercolor {border:3px solid #db9dcb; }
#db9dcb Text Font Color
<p style="color:#db9dcb">Text here</p>
This sample text font color is #db9dcb
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.
#db9dcb Background Color
<div style="background-color:#db9dcb">
Div content here</div>
This div background color is #db9dcb
#db9dcb Border Color
<div style="border:3px solid #db9dcb">
Div here</div>
This div border color is #db9dcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,157,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db9dcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db9dcb; -webkit-box-shadow: 1px 1px 3px 2px #db9dcb; box-shadow: 1px 1px 3px 2px #db9dcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,157,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db9dcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db9dcb; -webkit-box-shadow: 1px 1px 3px 2px #db9dcb; box-shadow: 1px 1px 3px 2px #db9dcb;">
Div content here</div>
This div box has shadow with color #db9dcb
Comments
No comments written yet.
Please login to write comment.