Color Hex Logo

#aa6eae Color Hex

#AA6EAE
(170,110,174)
0 Favorites   0 Comments

Color spaces of #aa6eae

RGB 170110174
HSL0.820.280.56
HSV296°37°68°
CMYK 0.020.370.00   0.32
XYZ29.793522.753942.8661
Yxy22.75390.31230.2385
Hunter Lab47.701028.0121-19.8897
CIE-Lab54.817934.3998-24.4823

#aa6eae color RGB value is (170,110,174).

#aa6eae hex color red value is 170, green value is 110 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aa6eae hue: 0.82 , saturation: 0.28 and the lightness value of aa6eae is 0.56.

The process color (four color CMYK) of #aa6eae color hex is 0.02, 0.37, 0.00, 0.32. Web safe color of #aa6eae is #996699. Color #aa6eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101110 10101110
Octal 252 156 256
Decimal 170 110 174
Hex AA 6E AE

RGB Percentages of Color #aa6eae

%37.44
%24.23
%38.33

CMYK Percentages of Color #aa6eae

%2
%37
%0
%32

Triadic Colors of #aa6eae

#aa6eae #aeaa6e #6eaeaa

Analogous Colors of #aa6eae

#aa6eae #ae6e92 #8a6eae

Monochromatic Colors of #aa6eae

#aa6eae

Complementary Color

#aa6eae #72ae6e

#aa6eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6eae Color CSS Codes

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

#aa6eae Text Font Color

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

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


#aa6eae Background Color

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

This div background color is #aa6eae


#aa6eae Border Color

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

This div border color is #aa6eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6eae


Comments

No comments written yet.

Please login to write comment.