Color Hex Logo

#aa7e9e Color Hex

#AA7E9E
(170,126,158)
0 Favorites   0 Comments

Color spaces of #aa7e9e

RGB 170126158
HSL0.880.210.58
HSV316°26°67°
CMYK 0.000.260.07   0.33
XYZ30.210025.936435.7617
Yxy25.93640.32870.2822
Hunter Lab50.927816.7613-5.9842
CIE-Lab57.976622.3602-10.4446

#aa7e9e color RGB value is (170,126,158).

#aa7e9e hex color red value is 170, green value is 126 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #aa7e9e hue: 0.88 , saturation: 0.21 and the lightness value of aa7e9e is 0.58.

The process color (four color CMYK) of #aa7e9e color hex is 0.00, 0.26, 0.07, 0.33. Web safe color of #aa7e9e is #996699. Color #aa7e9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111110 10011110
Octal 252 176 236
Decimal 170 126 158
Hex AA 7E 9E

RGB Percentages of Color #aa7e9e

%37.44
%27.75
%34.80

CMYK Percentages of Color #aa7e9e

%0
%26
%7
%33

Triadic Colors of #aa7e9e

#aa7e9e #9eaa7e #7e9eaa

Analogous Colors of #aa7e9e

#aa7e9e #aa7e88 #a07eaa

Monochromatic Colors of #aa7e9e

#aa7e9e

Complementary Color

#aa7e9e #7eaa8a

#aa7e9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7e9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7e9e Color CSS Codes

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

#aa7e9e Text Font Color

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

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


#aa7e9e Background Color

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

This div background color is #aa7e9e


#aa7e9e Border Color

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

This div border color is #aa7e9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7e9e


Comments

No comments written yet.

Please login to write comment.