Color spaces of #db2ded
RGB | 219 | 45 | 237 |
---|---|---|---|
HSL | 0.82 | 0.84 | 0.55 |
HSV | 294° | 81° | 93° |
CMYK | 0.08 | 0.81 | 0.00 0.07 |
XYZ | 45.4379 | 23.0513 | 82.1753 |
Yxy | 23.0513 | 0.3016 | 0.1530 |
Hunter Lab | 48.0118 | 84.9102 | -67.8705 |
CIE-Lab | 55.1251 | 84.3840 | -59.4623 |
#db2ded color RGB value is (219,45,237).
#db2ded hex color red value is 219, green value is 45 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #db2ded hue: 0.82 , saturation: 0.84 and the lightness value of db2ded is 0.55.
The process color (four color CMYK) of #db2ded color hex is 0.08, 0.81, 0.00, 0.07. Web safe color of #db2ded is #cc33ff. Color #db2ded contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 00101101 | 11101101 |
Octal | 333 | 55 | 355 |
Decimal | 219 | 45 | 237 |
Hex | DB | 2D | ED |
Shades of #db2ded
Tints of #db2ded
RGB Percentages of Color #db2ded
CMYK Percentages of Color #db2ded
Complementary Color
#db2ded | #3fed2d |
#db2ded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db2ded Color Preview on White Background
Lorem ipsum dolor sit amet.
#db2ded Color CSS Codes
.mybgcolor {background-color:#db2ded; } .myforecolor {color:#db2ded; } .mybordercolor {border:3px solid #db2ded; }
#db2ded Text Font Color
<p style="color:#db2ded">Text here</p>
This sample text font color is #db2ded
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.
#db2ded Background Color
<div style="background-color:#db2ded">
Div content here</div>
This div background color is #db2ded
#db2ded Border Color
<div style="border:3px solid #db2ded">
Div here</div>
This div border color is #db2ded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,45,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db2ded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db2ded; -webkit-box-shadow: 1px 1px 3px 2px #db2ded; box-shadow: 1px 1px 3px 2px #db2ded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,45,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db2ded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db2ded; -webkit-box-shadow: 1px 1px 3px 2px #db2ded; box-shadow: 1px 1px 3px 2px #db2ded;">
Div content here</div>
This div box has shadow with color #db2ded
Comments
No comments written yet.
Please login to write comment.