Color spaces of #de5ada
RGB | 222 | 90 | 218 |
---|---|---|---|
HSL | 0.84 | 0.67 | 0.61 |
HSV | 302° | 59° | 87° |
CMYK | 0.00 | 0.59 | 0.02 0.13 |
XYZ | 46.4353 | 27.9039 | 69.2682 |
Yxy | 27.9039 | 0.3233 | 0.1943 |
Hunter Lab | 52.8241 | 64.4690 | -40.7700 |
CIE-Lab | 59.8018 | 67.0658 | -41.3176 |
#de5ada color RGB value is (222,90,218).
#de5ada hex color red value is 222, green value is 90 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #de5ada hue: 0.84 , saturation: 0.67 and the lightness value of de5ada is 0.61.
The process color (four color CMYK) of #de5ada color hex is 0.00, 0.59, 0.02, 0.13. Web safe color of #de5ada is #cc66cc. Color #de5ada contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 01011010 | 11011010 |
Octal | 336 | 132 | 332 |
Decimal | 222 | 90 | 218 |
Hex | DE | 5A | DA |
Shades of #de5ada
Tints of #de5ada
RGB Percentages of Color #de5ada
CMYK Percentages of Color #de5ada
Complementary Color
#de5ada | #5ade5e |
#de5ada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de5ada Color Preview on White Background
Lorem ipsum dolor sit amet.
#de5ada Color CSS Codes
.mybgcolor {background-color:#de5ada; } .myforecolor {color:#de5ada; } .mybordercolor {border:3px solid #de5ada; }
#de5ada Text Font Color
<p style="color:#de5ada">Text here</p>
This sample text font color is #de5ada
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.
#de5ada Background Color
<div style="background-color:#de5ada">
Div content here</div>
This div background color is #de5ada
#de5ada Border Color
<div style="border:3px solid #de5ada">
Div here</div>
This div border color is #de5ada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,90,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de5ada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de5ada; -webkit-box-shadow: 1px 1px 3px 2px #de5ada; box-shadow: 1px 1px 3px 2px #de5ada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,90,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de5ada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de5ada; -webkit-box-shadow: 1px 1px 3px 2px #de5ada; box-shadow: 1px 1px 3px 2px #de5ada;">
Div content here</div>
This div box has shadow with color #de5ada
Comments
No comments written yet.
Please login to write comment.