Color spaces of #db9fae
RGB | 219 | 159 | 174 |
---|---|---|---|
HSL | 0.96 | 0.45 | 0.74 |
HSV | 345° | 27° | 86° |
CMYK | 0.00 | 0.27 | 0.21 0.14 |
XYZ | 49.2515 | 42.9123 | 45.7315 |
Yxy | 42.9123 | 0.3572 | 0.3112 |
Hunter Lab | 65.5075 | 19.5663 | 4.4642 |
CIE-Lab | 71.4954 | 24.4677 | 1.0760 |
#db9fae color RGB value is (219,159,174).
#db9fae hex color red value is 219, green value is 159 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #db9fae hue: 0.96 , saturation: 0.45 and the lightness value of db9fae is 0.74.
The process color (four color CMYK) of #db9fae color hex is 0.00, 0.27, 0.21, 0.14. Web safe color of #db9fae is #cc9999. Color #db9fae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10011111 | 10101110 |
Octal | 333 | 237 | 256 |
Decimal | 219 | 159 | 174 |
Hex | DB | 9F | AE |
Shades of #db9fae
Tints of #db9fae
RGB Percentages of Color #db9fae
CMYK Percentages of Color #db9fae
Complementary Color
#db9fae | #9fdbcc |
#db9fae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db9fae Color Preview on White Background
Lorem ipsum dolor sit amet.
#db9fae Color CSS Codes
.mybgcolor {background-color:#db9fae; } .myforecolor {color:#db9fae; } .mybordercolor {border:3px solid #db9fae; }
#db9fae Text Font Color
<p style="color:#db9fae">Text here</p>
This sample text font color is #db9fae
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.
#db9fae Background Color
<div style="background-color:#db9fae">
Div content here</div>
This div background color is #db9fae
#db9fae Border Color
<div style="border:3px solid #db9fae">
Div here</div>
This div border color is #db9fae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,159,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db9fae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db9fae; -webkit-box-shadow: 1px 1px 3px 2px #db9fae; box-shadow: 1px 1px 3px 2px #db9fae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,159,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db9fae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db9fae; -webkit-box-shadow: 1px 1px 3px 2px #db9fae; box-shadow: 1px 1px 3px 2px #db9fae;">
Div content here</div>
This div box has shadow with color #db9fae
Comments
No comments written yet.
Please login to write comment.