Color spaces of #db64bb
RGB | 219 | 100 | 187 |
---|---|---|---|
HSL | 0.88 | 0.62 | 0.63 |
HSV | 316° | 54° | 86° |
CMYK | 0.00 | 0.54 | 0.15 0.14 |
XYZ | 42.7402 | 27.7623 | 50.1197 |
Yxy | 27.7623 | 0.3543 | 0.2302 |
Hunter Lab | 52.6899 | 52.5854 | -19.5148 |
CIE-Lab | 59.6734 | 56.8839 | -23.9519 |
#db64bb color RGB value is (219,100,187).
#db64bb hex color red value is 219, green value is 100 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #db64bb hue: 0.88 , saturation: 0.62 and the lightness value of db64bb is 0.63.
The process color (four color CMYK) of #db64bb color hex is 0.00, 0.54, 0.15, 0.14. Web safe color of #db64bb is #cc66cc. Color #db64bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01100100 | 10111011 |
Octal | 333 | 144 | 273 |
Decimal | 219 | 100 | 187 |
Hex | DB | 64 | BB |
Shades of #db64bb
Tints of #db64bb
RGB Percentages of Color #db64bb
CMYK Percentages of Color #db64bb
Complementary Color
#db64bb | #64db84 |
#db64bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db64bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#db64bb Color CSS Codes
.mybgcolor {background-color:#db64bb; } .myforecolor {color:#db64bb; } .mybordercolor {border:3px solid #db64bb; }
#db64bb Text Font Color
<p style="color:#db64bb">Text here</p>
This sample text font color is #db64bb
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.
#db64bb Background Color
<div style="background-color:#db64bb">
Div content here</div>
This div background color is #db64bb
#db64bb Border Color
<div style="border:3px solid #db64bb">
Div here</div>
This div border color is #db64bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,100,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db64bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db64bb; -webkit-box-shadow: 1px 1px 3px 2px #db64bb; box-shadow: 1px 1px 3px 2px #db64bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,100,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db64bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db64bb; -webkit-box-shadow: 1px 1px 3px 2px #db64bb; box-shadow: 1px 1px 3px 2px #db64bb;">
Div content here</div>
This div box has shadow with color #db64bb
Comments
No comments written yet.
Please login to write comment.