Color spaces of #db147b
RGB | 219 | 20 | 123 |
---|---|---|---|
HSL | 0.91 | 0.83 | 0.47 |
HSV | 329° | 91° | 86° |
CMYK | 0.00 | 0.91 | 0.44 0.14 |
XYZ | 33.0387 | 16.9904 | 20.2770 |
Yxy | 16.9904 | 0.4699 | 0.2417 |
Hunter Lab | 41.2194 | 70.9396 | -0.3128 |
CIE-Lab | 48.2479 | 74.6282 | -3.4396 |
#db147b color RGB value is (219,20,123).
#db147b hex color red value is 219, green value is 20 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #db147b hue: 0.91 , saturation: 0.83 and the lightness value of db147b is 0.47.
The process color (four color CMYK) of #db147b color hex is 0.00, 0.91, 0.44, 0.14. Web safe color of #db147b is #cc0066. Color #db147b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 00010100 | 01111011 |
Octal | 333 | 24 | 173 |
Decimal | 219 | 20 | 123 |
Hex | DB | 14 | 7B |
Shades of #db147b
Tints of #db147b
RGB Percentages of Color #db147b
CMYK Percentages of Color #db147b
Complementary Color
#db147b | #14db74 |
#db147b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db147b Color Preview on White Background
Lorem ipsum dolor sit amet.
#db147b Color CSS Codes
.mybgcolor {background-color:#db147b; } .myforecolor {color:#db147b; } .mybordercolor {border:3px solid #db147b; }
#db147b Text Font Color
<p style="color:#db147b">Text here</p>
This sample text font color is #db147b
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.
#db147b Background Color
<div style="background-color:#db147b">
Div content here</div>
This div background color is #db147b
#db147b Border Color
<div style="border:3px solid #db147b">
Div here</div>
This div border color is #db147b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,20,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db147b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db147b; -webkit-box-shadow: 1px 1px 3px 2px #db147b; box-shadow: 1px 1px 3px 2px #db147b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,20,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 #db147b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db147b; -webkit-box-shadow: 1px 1px 3px 2px #db147b; box-shadow: 1px 1px 3px 2px #db147b;">
Div content here</div>
This div box has shadow with color #db147b
Comments
No comments written yet.
Please login to write comment.