Color Hex Logo

#aa8aec Color Hex

#AA8AEC
(170,138,236)
0 Favorites   0 Comments

Color spaces of #aa8aec

RGB 170138236
HSL0.720.720.73
HSV260°42°93°
CMYK 0.280.420.00   0.07
XYZ40.806432.779183.5332
Yxy32.77910.25970.2086
Hunter Lab57.253027.0309-46.4280
CIE-Lab63.981632.4471-45.1899

#aa8aec color RGB value is (170,138,236).

#aa8aec hex color red value is 170, green value is 138 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #aa8aec hue: 0.72 , saturation: 0.72 and the lightness value of aa8aec is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001010 11101100
Octal 252 212 354
Decimal 170 138 236
Hex AA 8A EC

RGB Percentages of Color #aa8aec

%31.25
%25.37
%43.38

CMYK Percentages of Color #aa8aec

%28
%42
%0
%7

Triadic Colors of #aa8aec

#aa8aec #ecaa8a #8aecaa

Analogous Colors of #aa8aec

#aa8aec #db8aec #8a9bec

Monochromatic Colors of #aa8aec

#aa8aec

Complementary Color

#aa8aec #ccec8a

#aa8aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8aec Color CSS Codes

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

#aa8aec Text Font Color

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

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


#aa8aec Background Color

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

This div background color is #aa8aec


#aa8aec Border Color

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

This div border color is #aa8aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8aec


Comments

No comments written yet.

Please login to write comment.