Color spaces of #db54ad
RGB | 219 | 84 | 173 |
---|---|---|---|
HSL | 0.89 | 0.65 | 0.59 |
HSV | 320° | 62° | 86° |
CMYK | 0.00 | 0.62 | 0.21 0.14 |
XYZ | 39.9266 | 24.4178 | 42.1439 |
Yxy | 24.4178 | 0.3749 | 0.2293 |
Hunter Lab | 49.4144 | 57.7521 | -15.9764 |
CIE-Lab | 56.5037 | 61.9491 | -20.7480 |
#db54ad color RGB value is (219,84,173).
#db54ad hex color red value is 219, green value is 84 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #db54ad hue: 0.89 , saturation: 0.65 and the lightness value of db54ad is 0.59.
The process color (four color CMYK) of #db54ad color hex is 0.00, 0.62, 0.21, 0.14. Web safe color of #db54ad is #cc6699. Color #db54ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01010100 | 10101101 |
Octal | 333 | 124 | 255 |
Decimal | 219 | 84 | 173 |
Hex | DB | 54 | AD |
Shades of #db54ad
Tints of #db54ad
RGB Percentages of Color #db54ad
CMYK Percentages of Color #db54ad
Complementary Color
#db54ad | #54db82 |
#db54ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db54ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#db54ad Color CSS Codes
.mybgcolor {background-color:#db54ad; } .myforecolor {color:#db54ad; } .mybordercolor {border:3px solid #db54ad; }
#db54ad Text Font Color
<p style="color:#db54ad">Text here</p>
This sample text font color is #db54ad
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.
#db54ad Background Color
<div style="background-color:#db54ad">
Div content here</div>
This div background color is #db54ad
#db54ad Border Color
<div style="border:3px solid #db54ad">
Div here</div>
This div border color is #db54ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,84,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db54ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db54ad; -webkit-box-shadow: 1px 1px 3px 2px #db54ad; box-shadow: 1px 1px 3px 2px #db54ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,84,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db54ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db54ad; -webkit-box-shadow: 1px 1px 3px 2px #db54ad; box-shadow: 1px 1px 3px 2px #db54ad;">
Div content here</div>
This div box has shadow with color #db54ad
Comments
No comments written yet.
Please login to write comment.