Color spaces of #db3adc
RGB | 219 | 58 | 220 |
---|---|---|---|
HSL | 0.83 | 0.70 | 0.55 |
HSV | 300° | 74° | 86° |
CMYK | 0.00 | 0.74 | 0.00 0.14 |
XYZ | 43.6447 | 23.2535 | 69.8982 |
Yxy | 23.2535 | 0.3190 | 0.1700 |
Hunter Lab | 48.2219 | 77.1686 | -52.1863 |
CIE-Lab | 55.3325 | 78.2780 | -49.5432 |
#db3adc color RGB value is (219,58,220).
#db3adc hex color red value is 219, green value is 58 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #db3adc hue: 0.83 , saturation: 0.70 and the lightness value of db3adc is 0.55.
The process color (four color CMYK) of #db3adc color hex is 0.00, 0.74, 0.00, 0.14. Web safe color of #db3adc is #cc33cc. Color #db3adc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 00111010 | 11011100 |
Octal | 333 | 72 | 334 |
Decimal | 219 | 58 | 220 |
Hex | DB | 3A | DC |
Shades of #db3adc
Tints of #db3adc
RGB Percentages of Color #db3adc
CMYK Percentages of Color #db3adc
Complementary Color
#db3adc | #3bdc3a |
#db3adc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db3adc Color Preview on White Background
Lorem ipsum dolor sit amet.
#db3adc Color CSS Codes
.mybgcolor {background-color:#db3adc; } .myforecolor {color:#db3adc; } .mybordercolor {border:3px solid #db3adc; }
#db3adc Text Font Color
<p style="color:#db3adc">Text here</p>
This sample text font color is #db3adc
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.
#db3adc Background Color
<div style="background-color:#db3adc">
Div content here</div>
This div background color is #db3adc
#db3adc Border Color
<div style="border:3px solid #db3adc">
Div here</div>
This div border color is #db3adc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,58,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db3adc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db3adc; -webkit-box-shadow: 1px 1px 3px 2px #db3adc; box-shadow: 1px 1px 3px 2px #db3adc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,58,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db3adc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db3adc; -webkit-box-shadow: 1px 1px 3px 2px #db3adc; box-shadow: 1px 1px 3px 2px #db3adc;">
Div content here</div>
This div box has shadow with color #db3adc
Comments
No comments written yet.
Please login to write comment.