Color spaces of #db53bf
RGB | 219 | 83 | 191 |
---|---|---|---|
HSL | 0.87 | 0.65 | 0.59 |
HSV | 312° | 62° | 86° |
CMYK | 0.00 | 0.62 | 0.13 0.14 |
XYZ | 41.7106 | 25.0082 | 51.9189 |
Yxy | 25.0082 | 0.3516 | 0.2108 |
Hunter Lab | 50.0082 | 61.3681 | -26.5496 |
CIE-Lab | 57.0834 | 64.9466 | -30.2436 |
#db53bf color RGB value is (219,83,191).
#db53bf hex color red value is 219, green value is 83 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #db53bf hue: 0.87 , saturation: 0.65 and the lightness value of db53bf is 0.59.
The process color (four color CMYK) of #db53bf color hex is 0.00, 0.62, 0.13, 0.14. Web safe color of #db53bf is #cc66cc. Color #db53bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01010011 | 10111111 |
Octal | 333 | 123 | 277 |
Decimal | 219 | 83 | 191 |
Hex | DB | 53 | BF |
Shades of #db53bf
Tints of #db53bf
RGB Percentages of Color #db53bf
CMYK Percentages of Color #db53bf
Complementary Color
#db53bf | #53db6f |
#db53bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db53bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#db53bf Color CSS Codes
.mybgcolor {background-color:#db53bf; } .myforecolor {color:#db53bf; } .mybordercolor {border:3px solid #db53bf; }
#db53bf Text Font Color
<p style="color:#db53bf">Text here</p>
This sample text font color is #db53bf
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.
#db53bf Background Color
<div style="background-color:#db53bf">
Div content here</div>
This div background color is #db53bf
#db53bf Border Color
<div style="border:3px solid #db53bf">
Div here</div>
This div border color is #db53bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,83,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db53bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db53bf; -webkit-box-shadow: 1px 1px 3px 2px #db53bf; box-shadow: 1px 1px 3px 2px #db53bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,83,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db53bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db53bf; -webkit-box-shadow: 1px 1px 3px 2px #db53bf; box-shadow: 1px 1px 3px 2px #db53bf;">
Div content here</div>
This div box has shadow with color #db53bf
Comments
No comments written yet.
Please login to write comment.