Color spaces of #aea5df
RGB | 174 | 165 | 223 |
---|---|---|---|
HSL | 0.69 | 0.48 | 0.76 |
HSV | 249° | 26° | 87° |
CMYK | 0.22 | 0.26 | 0.00 0.13 |
XYZ | 44.2300 | 41.2367 | 75.4403 |
Yxy | 41.2367 | 0.2749 | 0.2563 |
Hunter Lab | 64.2158 | 10.5680 | -24.7024 |
CIE-Lab | 70.3414 | 15.3010 | -28.1101 |
#aea5df color RGB value is (174,165,223).
#aea5df hex color red value is 174, green value is 165 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aea5df hue: 0.69 , saturation: 0.48 and the lightness value of aea5df is 0.76.
The process color (four color CMYK) of #aea5df color hex is 0.22, 0.26, 0.00, 0.13. Web safe color of #aea5df is #9999cc. Color #aea5df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10100101 | 11011111 |
Octal | 256 | 245 | 337 |
Decimal | 174 | 165 | 223 |
Hex | AE | A5 | DF |
Shades of #aea5df
Tints of #aea5df
RGB Percentages of Color #aea5df
CMYK Percentages of Color #aea5df
Complementary Color
#aea5df | #d6dfa5 |
#aea5df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aea5df Color Preview on White Background
Lorem ipsum dolor sit amet.
#aea5df Color CSS Codes
.mybgcolor {background-color:#aea5df; } .myforecolor {color:#aea5df; } .mybordercolor {border:3px solid #aea5df; }
#aea5df Text Font Color
<p style="color:#aea5df">Text here</p>
This sample text font color is #aea5df
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.
#aea5df Background Color
<div style="background-color:#aea5df">
Div content here</div>
This div background color is #aea5df
#aea5df Border Color
<div style="border:3px solid #aea5df">
Div here</div>
This div border color is #aea5df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,165,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aea5df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aea5df; -webkit-box-shadow: 1px 1px 3px 2px #aea5df; box-shadow: 1px 1px 3px 2px #aea5df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,165,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aea5df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aea5df; -webkit-box-shadow: 1px 1px 3px 2px #aea5df; box-shadow: 1px 1px 3px 2px #aea5df;">
Div content here</div>
This div box has shadow with color #aea5df
Comments
No comments written yet.
Please login to write comment.