Color Hex Logo

#aa9aea Color Hex

#AA9AEA
(170,154,234)
0 Favorites   0 Comments

Color spaces of #aa9aea

RGB 170154234
HSL0.700.660.76
HSV252°34°92°
CMYK 0.270.340.00   0.08
XYZ42.984437.597882.8335
Yxy37.59780.26300.2301
Hunter Lab61.317017.8270-37.1732
CIE-Lab67.723122.9149-38.2265

#aa9aea color RGB value is (170,154,234).

#aa9aea hex color red value is 170, green value is 154 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aa9aea hue: 0.70 , saturation: 0.66 and the lightness value of aa9aea is 0.76.

The process color (four color CMYK) of #aa9aea color hex is 0.27, 0.34, 0.00, 0.08. Web safe color of #aa9aea is #9999ff. Color #aa9aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011010 11101010
Octal 252 232 352
Decimal 170 154 234
Hex AA 9A EA

RGB Percentages of Color #aa9aea

%30.47
%27.60
%41.94

CMYK Percentages of Color #aa9aea

%27
%34
%0
%8

Triadic Colors of #aa9aea

#aa9aea #eaaa9a #9aeaaa

Analogous Colors of #aa9aea

#aa9aea #d29aea #9ab2ea

Monochromatic Colors of #aa9aea

#aa9aea

Complementary Color

#aa9aea #daea9a

#aa9aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9aea Color CSS Codes

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

#aa9aea Text Font Color

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

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


#aa9aea Background Color

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

This div background color is #aa9aea


#aa9aea Border Color

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

This div border color is #aa9aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9aea


Comments

No comments written yet.

Please login to write comment.