Color Hex Logo

#aaa1ed Color Hex

#AAA1ED
(170,161,237)
0 Favorites   0 Comments

Color spaces of #aaa1ed

RGB 170161237
HSL0.690.680.78
HSV247°32°93°
CMYK 0.280.320.00   0.07
XYZ44.608540.150285.5194
Yxy40.15020.26200.2358
Hunter Lab63.364214.7770-35.6658
CIE-Lab69.576419.7008-36.9836

#aaa1ed color RGB value is (170,161,237).

#aaa1ed hex color red value is 170, green value is 161 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aaa1ed hue: 0.69 , saturation: 0.68 and the lightness value of aaa1ed is 0.78.

The process color (four color CMYK) of #aaa1ed color hex is 0.28, 0.32, 0.00, 0.07. Web safe color of #aaa1ed is #9999ff. Color #aaa1ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100001 11101101
Octal 252 241 355
Decimal 170 161 237
Hex AA A1 ED

RGB Percentages of Color #aaa1ed

%29.93
%28.35
%41.73

CMYK Percentages of Color #aaa1ed

%28
%32
%0
%7

Triadic Colors of #aaa1ed

#aaa1ed #edaaa1 #a1edaa

Analogous Colors of #aaa1ed

#aaa1ed #d0a1ed #a1beed

Monochromatic Colors of #aaa1ed

#aaa1ed

Complementary Color

#aaa1ed #e4eda1

#aaa1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa1ed Color CSS Codes

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

#aaa1ed Text Font Color

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

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


#aaa1ed Background Color

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

This div background color is #aaa1ed


#aaa1ed Border Color

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

This div border color is #aaa1ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa1ed


Comments

No comments written yet.

Please login to write comment.