Color spaces of #db6edb
RGB | 219 | 110 | 219 |
---|---|---|---|
HSL | 0.83 | 0.60 | 0.65 |
HSV | 300° | 50° | 86° |
CMYK | 0.00 | 0.50 | 0.00 0.14 |
XYZ | 47.5755 | 31.3264 | 70.5569 |
Yxy | 31.3264 | 0.3183 | 0.2096 |
Hunter Lab | 55.9700 | 53.7807 | -35.5632 |
CIE-Lab | 62.7822 | 57.4165 | -37.2391 |
#db6edb color RGB value is (219,110,219).
#db6edb hex color red value is 219, green value is 110 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #db6edb hue: 0.83 , saturation: 0.60 and the lightness value of db6edb is 0.65.
The process color (four color CMYK) of #db6edb color hex is 0.00, 0.50, 0.00, 0.14. Web safe color of #db6edb is #cc66cc. Color #db6edb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01101110 | 11011011 |
Octal | 333 | 156 | 333 |
Decimal | 219 | 110 | 219 |
Hex | DB | 6E | DB |
Shades of #db6edb
Tints of #db6edb
RGB Percentages of Color #db6edb
CMYK Percentages of Color #db6edb
Complementary Color
#db6edb | #6edb6e |
#db6edb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db6edb Color Preview on White Background
Lorem ipsum dolor sit amet.
#db6edb Color CSS Codes
.mybgcolor {background-color:#db6edb; } .myforecolor {color:#db6edb; } .mybordercolor {border:3px solid #db6edb; }
#db6edb Text Font Color
<p style="color:#db6edb">Text here</p>
This sample text font color is #db6edb
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.
#db6edb Background Color
<div style="background-color:#db6edb">
Div content here</div>
This div background color is #db6edb
#db6edb Border Color
<div style="border:3px solid #db6edb">
Div here</div>
This div border color is #db6edb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,110,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db6edb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db6edb; -webkit-box-shadow: 1px 1px 3px 2px #db6edb; box-shadow: 1px 1px 3px 2px #db6edb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,110,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db6edb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db6edb; -webkit-box-shadow: 1px 1px 3px 2px #db6edb; box-shadow: 1px 1px 3px 2px #db6edb;">
Div content here</div>
This div box has shadow with color #db6edb
Comments
No comments written yet.
Please login to write comment.