Color spaces of #db277b
RGB | 219 | 39 | 123 |
---|---|---|---|
HSL | 0.92 | 0.71 | 0.51 |
HSV | 332° | 82° | 86° |
CMYK | 0.00 | 0.82 | 0.44 0.14 |
XYZ | 33.5141 | 17.9412 | 20.4355 |
Yxy | 17.9412 | 0.4662 | 0.2496 |
Hunter Lab | 42.3571 | 67.1094 | 1.0450 |
CIE-Lab | 49.4247 | 71.2341 | -1.7074 |
#db277b color RGB value is (219,39,123).
#db277b hex color red value is 219, green value is 39 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #db277b hue: 0.92 , saturation: 0.71 and the lightness value of db277b is 0.51.
The process color (four color CMYK) of #db277b color hex is 0.00, 0.82, 0.44, 0.14. Web safe color of #db277b is #cc3366. Color #db277b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 00100111 | 01111011 |
Octal | 333 | 47 | 173 |
Decimal | 219 | 39 | 123 |
Hex | DB | 27 | 7B |
Shades of #db277b
Tints of #db277b
RGB Percentages of Color #db277b
CMYK Percentages of Color #db277b
Complementary Color
#db277b | #27db87 |
#db277b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db277b Color Preview on White Background
Lorem ipsum dolor sit amet.
#db277b Color CSS Codes
.mybgcolor {background-color:#db277b; } .myforecolor {color:#db277b; } .mybordercolor {border:3px solid #db277b; }
#db277b Text Font Color
<p style="color:#db277b">Text here</p>
This sample text font color is #db277b
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.
#db277b Background Color
<div style="background-color:#db277b">
Div content here</div>
This div background color is #db277b
#db277b Border Color
<div style="border:3px solid #db277b">
Div here</div>
This div border color is #db277b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,39,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db277b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db277b; -webkit-box-shadow: 1px 1px 3px 2px #db277b; box-shadow: 1px 1px 3px 2px #db277b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,39,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 #db277b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db277b; -webkit-box-shadow: 1px 1px 3px 2px #db277b; box-shadow: 1px 1px 3px 2px #db277b;">
Div content here</div>
This div box has shadow with color #db277b
Comments
No comments written yet.
Please login to write comment.