Color spaces of #db45ae
RGB | 219 | 69 | 174 |
---|---|---|---|
HSL | 0.88 | 0.68 | 0.56 |
HSV | 318° | 68° | 86° |
CMYK | 0.00 | 0.68 | 0.21 0.14 |
XYZ | 38.9815 | 22.3723 | 42.3081 |
Yxy | 22.3723 | 0.3760 | 0.2158 |
Hunter Lab | 47.2994 | 64.3359 | -19.9239 |
CIE-Lab | 54.4198 | 67.9531 | -24.5299 |
#db45ae color RGB value is (219,69,174).
#db45ae hex color red value is 219, green value is 69 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #db45ae hue: 0.88 , saturation: 0.68 and the lightness value of db45ae is 0.56.
The process color (four color CMYK) of #db45ae color hex is 0.00, 0.68, 0.21, 0.14. Web safe color of #db45ae is #cc3399. Color #db45ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01000101 | 10101110 |
Octal | 333 | 105 | 256 |
Decimal | 219 | 69 | 174 |
Hex | DB | 45 | AE |
Shades of #db45ae
Tints of #db45ae
RGB Percentages of Color #db45ae
CMYK Percentages of Color #db45ae
Complementary Color
#db45ae | #45db72 |
#db45ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db45ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#db45ae Color CSS Codes
.mybgcolor {background-color:#db45ae; } .myforecolor {color:#db45ae; } .mybordercolor {border:3px solid #db45ae; }
#db45ae Text Font Color
<p style="color:#db45ae">Text here</p>
This sample text font color is #db45ae
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.
#db45ae Background Color
<div style="background-color:#db45ae">
Div content here</div>
This div background color is #db45ae
#db45ae Border Color
<div style="border:3px solid #db45ae">
Div here</div>
This div border color is #db45ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,69,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db45ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db45ae; -webkit-box-shadow: 1px 1px 3px 2px #db45ae; box-shadow: 1px 1px 3px 2px #db45ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,69,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 #db45ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db45ae; -webkit-box-shadow: 1px 1px 3px 2px #db45ae; box-shadow: 1px 1px 3px 2px #db45ae;">
Div content here</div>
This div box has shadow with color #db45ae
Comments
No comments written yet.
Please login to write comment.