Color spaces of #db5bbd
RGB | 219 | 91 | 189 |
---|---|---|---|
HSL | 0.87 | 0.64 | 0.61 |
HSV | 314° | 58° | 86° |
CMYK | 0.00 | 0.58 | 0.14 0.14 |
XYZ | 42.1398 | 26.2164 | 50.9834 |
Yxy | 26.2164 | 0.3531 | 0.2197 |
Hunter Lab | 51.2020 | 57.3041 | -23.1956 |
CIE-Lab | 58.2419 | 61.2520 | -27.3020 |
#db5bbd color RGB value is (219,91,189).
#db5bbd hex color red value is 219, green value is 91 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #db5bbd hue: 0.87 , saturation: 0.64 and the lightness value of db5bbd is 0.61.
The process color (four color CMYK) of #db5bbd color hex is 0.00, 0.58, 0.14, 0.14. Web safe color of #db5bbd is #cc66cc. Color #db5bbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01011011 | 10111101 |
Octal | 333 | 133 | 275 |
Decimal | 219 | 91 | 189 |
Hex | DB | 5B | BD |
Shades of #db5bbd
Tints of #db5bbd
RGB Percentages of Color #db5bbd
CMYK Percentages of Color #db5bbd
Complementary Color
#db5bbd | #5bdb79 |
#db5bbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db5bbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#db5bbd Color CSS Codes
.mybgcolor {background-color:#db5bbd; } .myforecolor {color:#db5bbd; } .mybordercolor {border:3px solid #db5bbd; }
#db5bbd Text Font Color
<p style="color:#db5bbd">Text here</p>
This sample text font color is #db5bbd
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.
#db5bbd Background Color
<div style="background-color:#db5bbd">
Div content here</div>
This div background color is #db5bbd
#db5bbd Border Color
<div style="border:3px solid #db5bbd">
Div here</div>
This div border color is #db5bbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,91,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db5bbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db5bbd; -webkit-box-shadow: 1px 1px 3px 2px #db5bbd; box-shadow: 1px 1px 3px 2px #db5bbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,91,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db5bbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db5bbd; -webkit-box-shadow: 1px 1px 3px 2px #db5bbd; box-shadow: 1px 1px 3px 2px #db5bbd;">
Div content here</div>
This div box has shadow with color #db5bbd
Comments
No comments written yet.
Please login to write comment.