Color spaces of #db558f
RGB | 219 | 85 | 143 |
---|---|---|---|
HSL | 0.93 | 0.65 | 0.60 |
HSV | 334° | 61° | 86° |
CMYK | 0.00 | 0.61 | 0.35 0.14 |
XYZ | 37.4198 | 23.5402 | 28.5581 |
Yxy | 23.5402 | 0.4180 | 0.2630 |
Hunter Lab | 48.5182 | 52.7616 | -0.9356 |
CIE-Lab | 55.6245 | 57.7320 | -4.5321 |
#db558f color RGB value is (219,85,143).
#db558f hex color red value is 219, green value is 85 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #db558f hue: 0.93 , saturation: 0.65 and the lightness value of db558f is 0.60.
The process color (four color CMYK) of #db558f color hex is 0.00, 0.61, 0.35, 0.14. Web safe color of #db558f is #cc6699. Color #db558f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01010101 | 10001111 |
Octal | 333 | 125 | 217 |
Decimal | 219 | 85 | 143 |
Hex | DB | 55 | 8F |
Shades of #db558f
Tints of #db558f
RGB Percentages of Color #db558f
CMYK Percentages of Color #db558f
Complementary Color
#db558f | #55dba1 |
#db558f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db558f Color Preview on White Background
Lorem ipsum dolor sit amet.
#db558f Color CSS Codes
.mybgcolor {background-color:#db558f; } .myforecolor {color:#db558f; } .mybordercolor {border:3px solid #db558f; }
#db558f Text Font Color
<p style="color:#db558f">Text here</p>
This sample text font color is #db558f
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.
#db558f Background Color
<div style="background-color:#db558f">
Div content here</div>
This div background color is #db558f
#db558f Border Color
<div style="border:3px solid #db558f">
Div here</div>
This div border color is #db558f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,85,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db558f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db558f; -webkit-box-shadow: 1px 1px 3px 2px #db558f; box-shadow: 1px 1px 3px 2px #db558f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,85,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db558f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db558f; -webkit-box-shadow: 1px 1px 3px 2px #db558f; box-shadow: 1px 1px 3px 2px #db558f;">
Div content here</div>
This div box has shadow with color #db558f
Comments
No comments written yet.
Please login to write comment.