Color spaces of #db377b
RGB | 219 | 55 | 123 |
---|---|---|---|
HSL | 0.93 | 0.69 | 0.54 |
HSV | 335° | 75° | 86° |
CMYK | 0.00 | 0.75 | 0.44 0.14 |
XYZ | 34.1548 | 19.2225 | 20.6491 |
Yxy | 19.2225 | 0.4614 | 0.2597 |
Hunter Lab | 43.8435 | 62.3284 | 2.7664 |
CIE-Lab | 50.9465 | 66.9114 | 0.5188 |
#db377b color RGB value is (219,55,123).
#db377b hex color red value is 219, green value is 55 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #db377b hue: 0.93 , saturation: 0.69 and the lightness value of db377b is 0.54.
The process color (four color CMYK) of #db377b color hex is 0.00, 0.75, 0.44, 0.14. Web safe color of #db377b is #cc3366. Color #db377b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 00110111 | 01111011 |
Octal | 333 | 67 | 173 |
Decimal | 219 | 55 | 123 |
Hex | DB | 37 | 7B |
Shades of #db377b
Tints of #db377b
RGB Percentages of Color #db377b
CMYK Percentages of Color #db377b
Complementary Color
#db377b | #37db97 |
#db377b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db377b Color Preview on White Background
Lorem ipsum dolor sit amet.
#db377b Color CSS Codes
.mybgcolor {background-color:#db377b; } .myforecolor {color:#db377b; } .mybordercolor {border:3px solid #db377b; }
#db377b Text Font Color
<p style="color:#db377b">Text here</p>
This sample text font color is #db377b
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.
#db377b Background Color
<div style="background-color:#db377b">
Div content here</div>
This div background color is #db377b
#db377b Border Color
<div style="border:3px solid #db377b">
Div here</div>
This div border color is #db377b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,55,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db377b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db377b; -webkit-box-shadow: 1px 1px 3px 2px #db377b; box-shadow: 1px 1px 3px 2px #db377b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,55,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db377b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db377b; -webkit-box-shadow: 1px 1px 3px 2px #db377b; box-shadow: 1px 1px 3px 2px #db377b;">
Div content here</div>
This div box has shadow with color #db377b
Comments
No comments written yet.
Please login to write comment.