Color spaces of #db729a
RGB | 219 | 114 | 154 |
---|---|---|---|
HSL | 0.94 | 0.59 | 0.65 |
HSV | 337° | 48° | 86° |
CMYK | 0.00 | 0.48 | 0.30 0.14 |
XYZ | 41.0635 | 29.4278 | 34.0877 |
Yxy | 29.4278 | 0.3927 | 0.2814 |
Hunter Lab | 54.2474 | 40.1857 | 0.7168 |
CIE-Lab | 61.1573 | 45.4114 | -2.7731 |
#db729a color RGB value is (219,114,154).
#db729a hex color red value is 219, green value is 114 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #db729a hue: 0.94 , saturation: 0.59 and the lightness value of db729a is 0.65.
The process color (four color CMYK) of #db729a color hex is 0.00, 0.48, 0.30, 0.14. Web safe color of #db729a is #cc6699. Color #db729a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01110010 | 10011010 |
Octal | 333 | 162 | 232 |
Decimal | 219 | 114 | 154 |
Hex | DB | 72 | 9A |
Shades of #db729a
Tints of #db729a
RGB Percentages of Color #db729a
CMYK Percentages of Color #db729a
Complementary Color
#db729a | #72dbb3 |
#db729a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db729a Color Preview on White Background
Lorem ipsum dolor sit amet.
#db729a Color CSS Codes
.mybgcolor {background-color:#db729a; } .myforecolor {color:#db729a; } .mybordercolor {border:3px solid #db729a; }
#db729a Text Font Color
<p style="color:#db729a">Text here</p>
This sample text font color is #db729a
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.
#db729a Background Color
<div style="background-color:#db729a">
Div content here</div>
This div background color is #db729a
#db729a Border Color
<div style="border:3px solid #db729a">
Div here</div>
This div border color is #db729a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,114,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db729a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db729a; -webkit-box-shadow: 1px 1px 3px 2px #db729a; box-shadow: 1px 1px 3px 2px #db729a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,114,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db729a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db729a; -webkit-box-shadow: 1px 1px 3px 2px #db729a; box-shadow: 1px 1px 3px 2px #db729a;">
Div content here</div>
This div box has shadow with color #db729a
Comments
No comments written yet.
Please login to write comment.