Color spaces of #aa90da
RGB | 170 | 144 | 218 |
---|---|---|---|
HSL | 0.73 | 0.50 | 0.71 |
HSV | 261° | 34° | 85° |
CMYK | 0.22 | 0.34 | 0.00 0.15 |
XYZ | 39.2057 | 33.5545 | 70.7400 |
Yxy | 33.5545 | 0.2732 | 0.2338 |
Hunter Lab | 57.9262 | 19.4416 | -31.8571 |
CIE-Lab | 64.6074 | 24.7519 | -34.2418 |
#aa90da color RGB value is (170,144,218).
#aa90da hex color red value is 170, green value is 144 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #aa90da hue: 0.73 , saturation: 0.50 and the lightness value of aa90da is 0.71.
The process color (four color CMYK) of #aa90da color hex is 0.22, 0.34, 0.00, 0.15. Web safe color of #aa90da is #9999cc. Color #aa90da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10010000 | 11011010 |
Octal | 252 | 220 | 332 |
Decimal | 170 | 144 | 218 |
Hex | AA | 90 | DA |
Shades of #aa90da
Tints of #aa90da
RGB Percentages of Color #aa90da
CMYK Percentages of Color #aa90da
Complementary Color
#aa90da | #c0da90 |
#aa90da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa90da Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa90da Color CSS Codes
.mybgcolor {background-color:#aa90da; } .myforecolor {color:#aa90da; } .mybordercolor {border:3px solid #aa90da; }
#aa90da Text Font Color
<p style="color:#aa90da">Text here</p>
This sample text font color is #aa90da
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.
#aa90da Background Color
<div style="background-color:#aa90da">
Div content here</div>
This div background color is #aa90da
#aa90da Border Color
<div style="border:3px solid #aa90da">
Div here</div>
This div border color is #aa90da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,144,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa90da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa90da; -webkit-box-shadow: 1px 1px 3px 2px #aa90da; box-shadow: 1px 1px 3px 2px #aa90da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,144,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 #aa90da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa90da; -webkit-box-shadow: 1px 1px 3px 2px #aa90da; box-shadow: 1px 1px 3px 2px #aa90da;">
Div content here</div>
This div box has shadow with color #aa90da
Comments
No comments written yet.
Please login to write comment.