Color spaces of #dea7ff
RGB | 222 | 167 | 255 |
---|---|---|---|
HSL | 0.77 | 1.00 | 0.83 |
HSV | 278° | 35° | 100° |
CMYK | 0.13 | 0.35 | 0.00 0.00 |
XYZ | 61.9929 | 50.3870 | 101.0660 |
Yxy | 50.3870 | 0.2904 | 0.2361 |
Hunter Lab | 70.9838 | 31.6693 | -34.7278 |
CIE-Lab | 76.3062 | 35.7437 | -35.9459 |
#dea7ff color RGB value is (222,167,255).
#dea7ff hex color red value is 222, green value is 167 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dea7ff hue: 0.77 , saturation: 1.00 and the lightness value of dea7ff is 0.83.
The process color (four color CMYK) of #dea7ff color hex is 0.13, 0.35, 0.00, 0.00. Web safe color of #dea7ff is #cc99ff. Color #dea7ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10100111 | 11111111 |
Octal | 336 | 247 | 377 |
Decimal | 222 | 167 | 255 |
Hex | DE | A7 | FF |
Shades of #dea7ff
Tints of #dea7ff
RGB Percentages of Color #dea7ff
CMYK Percentages of Color #dea7ff
Complementary Color
#dea7ff | #c8ffa7 |
#dea7ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dea7ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#dea7ff Color CSS Codes
.mybgcolor {background-color:#dea7ff; } .myforecolor {color:#dea7ff; } .mybordercolor {border:3px solid #dea7ff; }
#dea7ff Text Font Color
<p style="color:#dea7ff">Text here</p>
This sample text font color is #dea7ff
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.
#dea7ff Background Color
<div style="background-color:#dea7ff">
Div content here</div>
This div background color is #dea7ff
#dea7ff Border Color
<div style="border:3px solid #dea7ff">
Div here</div>
This div border color is #dea7ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,167,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dea7ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dea7ff; -webkit-box-shadow: 1px 1px 3px 2px #dea7ff; box-shadow: 1px 1px 3px 2px #dea7ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,167,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dea7ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dea7ff; -webkit-box-shadow: 1px 1px 3px 2px #dea7ff; box-shadow: 1px 1px 3px 2px #dea7ff;">
Div content here</div>
This div box has shadow with color #dea7ff
Comments
No comments written yet.
Please login to write comment.