Color spaces of #db53cb
RGB | 219 | 83 | 203 |
---|---|---|---|
HSL | 0.85 | 0.65 | 0.59 |
HSV | 307° | 62° | 86° |
CMYK | 0.00 | 0.62 | 0.07 0.14 |
XYZ | 43.0862 | 25.5584 | 59.1623 |
Yxy | 25.5584 | 0.3371 | 0.2000 |
Hunter Lab | 50.5553 | 63.6563 | -33.9953 |
CIE-Lab | 57.6155 | 66.7850 | -36.2786 |
#db53cb color RGB value is (219,83,203).
#db53cb hex color red value is 219, green value is 83 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #db53cb hue: 0.85 , saturation: 0.65 and the lightness value of db53cb is 0.59.
The process color (four color CMYK) of #db53cb color hex is 0.00, 0.62, 0.07, 0.14. Web safe color of #db53cb is #cc66cc. Color #db53cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01010011 | 11001011 |
Octal | 333 | 123 | 313 |
Decimal | 219 | 83 | 203 |
Hex | DB | 53 | CB |
Shades of #db53cb
Tints of #db53cb
RGB Percentages of Color #db53cb
CMYK Percentages of Color #db53cb
Complementary Color
#db53cb | #53db63 |
#db53cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db53cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#db53cb Color CSS Codes
.mybgcolor {background-color:#db53cb; } .myforecolor {color:#db53cb; } .mybordercolor {border:3px solid #db53cb; }
#db53cb Text Font Color
<p style="color:#db53cb">Text here</p>
This sample text font color is #db53cb
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.
#db53cb Background Color
<div style="background-color:#db53cb">
Div content here</div>
This div background color is #db53cb
#db53cb Border Color
<div style="border:3px solid #db53cb">
Div here</div>
This div border color is #db53cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,83,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db53cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db53cb; -webkit-box-shadow: 1px 1px 3px 2px #db53cb; box-shadow: 1px 1px 3px 2px #db53cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,83,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db53cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db53cb; -webkit-box-shadow: 1px 1px 3px 2px #db53cb; box-shadow: 1px 1px 3px 2px #db53cb;">
Div content here</div>
This div box has shadow with color #db53cb
Comments
No comments written yet.
Please login to write comment.