Color spaces of #db237c
RGB | 219 | 35 | 124 |
---|---|---|---|
HSL | 0.92 | 0.72 | 0.50 |
HSV | 331° | 84° | 86° |
CMYK | 0.00 | 0.84 | 0.43 0.14 |
XYZ | 33.4525 | 17.7174 | 20.7254 |
Yxy | 17.7174 | 0.4653 | 0.2464 |
Hunter Lab | 42.0920 | 68.2012 | 0.2710 |
CIE-Lab | 49.1515 | 72.1950 | -2.7174 |
#db237c color RGB value is (219,35,124).
#db237c hex color red value is 219, green value is 35 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #db237c hue: 0.92 , saturation: 0.72 and the lightness value of db237c is 0.50.
The process color (four color CMYK) of #db237c color hex is 0.00, 0.84, 0.43, 0.14. Web safe color of #db237c is #cc3366. Color #db237c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 00100011 | 01111100 |
Octal | 333 | 43 | 174 |
Decimal | 219 | 35 | 124 |
Hex | DB | 23 | 7C |
Shades of #db237c
Tints of #db237c
RGB Percentages of Color #db237c
CMYK Percentages of Color #db237c
Complementary Color
#db237c | #23db82 |
#db237c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db237c Color Preview on White Background
Lorem ipsum dolor sit amet.
#db237c Color CSS Codes
.mybgcolor {background-color:#db237c; } .myforecolor {color:#db237c; } .mybordercolor {border:3px solid #db237c; }
#db237c Text Font Color
<p style="color:#db237c">Text here</p>
This sample text font color is #db237c
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.
#db237c Background Color
<div style="background-color:#db237c">
Div content here</div>
This div background color is #db237c
#db237c Border Color
<div style="border:3px solid #db237c">
Div here</div>
This div border color is #db237c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,35,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db237c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db237c; -webkit-box-shadow: 1px 1px 3px 2px #db237c; box-shadow: 1px 1px 3px 2px #db237c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,35,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db237c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db237c; -webkit-box-shadow: 1px 1px 3px 2px #db237c; box-shadow: 1px 1px 3px 2px #db237c;">
Div content here</div>
This div box has shadow with color #db237c
Comments
No comments written yet.
Please login to write comment.