Color Hex Logo

#aa90eb Color Hex

#AA90EB
(170,144,235)
0 Favorites   0 Comments

Color spaces of #aa90eb

RGB 170144235
HSL0.710.690.74
HSV257°39°92°
CMYK 0.280.390.00   0.08
XYZ41.546234.490783.0649
Yxy34.49070.26110.2168
Hunter Lab58.728823.5000-42.7485
CIE-Lab65.350228.8140-42.4876

#aa90eb color RGB value is (170,144,235).

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

The process color (four color CMYK) of #aa90eb color hex is 0.28, 0.39, 0.00, 0.08. Web safe color of #aa90eb is #9999ff. Color #aa90eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010000 11101011
Octal 252 220 353
Decimal 170 144 235
Hex AA 90 EB

RGB Percentages of Color #aa90eb

%30.97
%26.23
%42.81

CMYK Percentages of Color #aa90eb

%28
%39
%0
%8

Triadic Colors of #aa90eb

#aa90eb #ebaa90 #90ebaa

Analogous Colors of #aa90eb

#aa90eb #d890eb #90a4eb

Monochromatic Colors of #aa90eb

#aa90eb

Complementary Color

#aa90eb #d1eb90

#aa90eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa90eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa90eb Color CSS Codes

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

#aa90eb Text Font Color

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

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


#aa90eb Background Color

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

This div background color is #aa90eb


#aa90eb Border Color

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

This div border color is #aa90eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa90eb


Comments

No comments written yet.

Please login to write comment.