Color spaces of #dea7db
RGB | 222 | 167 | 219 |
---|---|---|---|
HSL | 0.84 | 0.45 | 0.76 |
HSV | 303° | 25° | 87° |
CMYK | 0.00 | 0.25 | 0.01 0.13 |
XYZ | 56.7291 | 48.2815 | 73.3471 |
Yxy | 48.2815 | 0.3181 | 0.2707 |
Hunter Lab | 69.4849 | 24.1330 | -13.9461 |
CIE-Lab | 75.0021 | 28.7272 | -18.4223 |
#dea7db color RGB value is (222,167,219).
#dea7db hex color red value is 222, green value is 167 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dea7db hue: 0.84 , saturation: 0.45 and the lightness value of dea7db is 0.76.
The process color (four color CMYK) of #dea7db color hex is 0.00, 0.25, 0.01, 0.13. Web safe color of #dea7db is #cc99cc. Color #dea7db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10100111 | 11011011 |
Octal | 336 | 247 | 333 |
Decimal | 222 | 167 | 219 |
Hex | DE | A7 | DB |
Shades of #dea7db
Tints of #dea7db
RGB Percentages of Color #dea7db
CMYK Percentages of Color #dea7db
Complementary Color
#dea7db | #a7deaa |
#dea7db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dea7db Color Preview on White Background
Lorem ipsum dolor sit amet.
#dea7db Color CSS Codes
.mybgcolor {background-color:#dea7db; } .myforecolor {color:#dea7db; } .mybordercolor {border:3px solid #dea7db; }
#dea7db Text Font Color
<p style="color:#dea7db">Text here</p>
This sample text font color is #dea7db
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.
#dea7db Background Color
<div style="background-color:#dea7db">
Div content here</div>
This div background color is #dea7db
#dea7db Border Color
<div style="border:3px solid #dea7db">
Div here</div>
This div border color is #dea7db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,167,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dea7db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dea7db; -webkit-box-shadow: 1px 1px 3px 2px #dea7db; box-shadow: 1px 1px 3px 2px #dea7db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,167,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 #dea7db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dea7db; -webkit-box-shadow: 1px 1px 3px 2px #dea7db; box-shadow: 1px 1px 3px 2px #dea7db;">
Div content here</div>
This div box has shadow with color #dea7db
Comments
No comments written yet.
Please login to write comment.