Color Hex Logo

#aa90ee Color Hex

#AA90EE
(170,144,238)
0 Favorites   0 Comments

Color spaces of #aa90ee

RGB 170144238
HSL0.710.730.75
HSV257°39°93°
CMYK 0.290.390.00   0.07
XYZ41.983434.665685.3673
Yxy34.66560.25910.2140
Hunter Lab58.877524.2462-44.7511
CIE-Lab65.487529.5487-43.9240

#aa90ee color RGB value is (170,144,238).

#aa90ee hex color red value is 170, green value is 144 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #aa90ee hue: 0.71 , saturation: 0.73 and the lightness value of aa90ee is 0.75.

The process color (four color CMYK) of #aa90ee color hex is 0.29, 0.39, 0.00, 0.07. Web safe color of #aa90ee is #9999ff. Color #aa90ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010000 11101110
Octal 252 220 356
Decimal 170 144 238
Hex AA 90 EE

RGB Percentages of Color #aa90ee

%30.80
%26.09
%43.12

CMYK Percentages of Color #aa90ee

%29
%39
%0
%7

Triadic Colors of #aa90ee

#aa90ee #eeaa90 #90eeaa

Analogous Colors of #aa90ee

#aa90ee #d990ee #90a5ee

Monochromatic Colors of #aa90ee

#aa90ee

Complementary Color

#aa90ee #d4ee90

#aa90ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa90ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa90ee Color CSS Codes

.mybgcolor {background-color:#aa90ee; } 
.myforecolor {color:#aa90ee; }
.mybordercolor {border:3px solid #aa90ee; }

#aa90ee Text Font Color

<p style="color:#aa90ee">Text here</p>

This sample text font color is #aa90ee
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.


#aa90ee Background Color

<div style="background-color:#aa90ee">
Div content here</div>

This div background color is #aa90ee


#aa90ee Border Color

<div style="border:3px solid #aa90ee">
Div here</div>

This div border color is #aa90ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,144,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aa90ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aa90ee;
  -webkit-box-shadow: 1px 1px 3px 2px #aa90ee;
  box-shadow:         1px 1px 3px 2px #aa90ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,144,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aa90ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #aa90ee;
  -webkit-box-shadow: 1px 1px 3px 2px #aa90ee;
  box-shadow:         1px 1px 3px 2px #aa90ee;">
Div content here</div>

This div box has shadow with color #aa90ee


Comments

No comments written yet.

Please login to write comment.