Color spaces of #db229c
RGB | 219 | 34 | 156 |
---|---|---|---|
HSL | 0.89 | 0.73 | 0.50 |
HSV | 320° | 84° | 86° |
CMYK | 0.00 | 0.84 | 0.29 0.14 |
XYZ | 35.7862 | 18.6044 | 33.1574 |
Yxy | 18.6044 | 0.4088 | 0.2125 |
Hunter Lab | 43.1328 | 72.6145 | -15.3849 |
CIE-Lab | 50.2211 | 75.6100 | -20.3818 |
#db229c color RGB value is (219,34,156).
#db229c hex color red value is 219, green value is 34 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #db229c hue: 0.89 , saturation: 0.73 and the lightness value of db229c is 0.50.
The process color (four color CMYK) of #db229c color hex is 0.00, 0.84, 0.29, 0.14. Web safe color of #db229c is #cc3399. Color #db229c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 00100010 | 10011100 |
Octal | 333 | 42 | 234 |
Decimal | 219 | 34 | 156 |
Hex | DB | 22 | 9C |
Shades of #db229c
Tints of #db229c
RGB Percentages of Color #db229c
CMYK Percentages of Color #db229c
Complementary Color
#db229c | #22db61 |
#db229c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db229c Color Preview on White Background
Lorem ipsum dolor sit amet.
#db229c Color CSS Codes
.mybgcolor {background-color:#db229c; } .myforecolor {color:#db229c; } .mybordercolor {border:3px solid #db229c; }
#db229c Text Font Color
<p style="color:#db229c">Text here</p>
This sample text font color is #db229c
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.
#db229c Background Color
<div style="background-color:#db229c">
Div content here</div>
This div background color is #db229c
#db229c Border Color
<div style="border:3px solid #db229c">
Div here</div>
This div border color is #db229c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,34,156, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db229c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db229c; -webkit-box-shadow: 1px 1px 3px 2px #db229c; box-shadow: 1px 1px 3px 2px #db229c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,34,156, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db229c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db229c; -webkit-box-shadow: 1px 1px 3px 2px #db229c; box-shadow: 1px 1px 3px 2px #db229c;">
Div content here</div>
This div box has shadow with color #db229c
Comments
No comments written yet.
Please login to write comment.