Color Hex Logo

#aa7aab Color Hex

#AA7AAB
(170,122,171)
0 Favorites   0 Comments

Color spaces of #aa7aab

RGB 170122171
HSL0.830.230.57
HSV299°29°67°
CMYK 0.010.290.00   0.33
XYZ30.887825.405441.8038
Yxy25.40540.31490.2590
Hunter Lab50.403821.1795-13.8912
CIE-Lab57.468327.0843-18.6917

#aa7aab color RGB value is (170,122,171).

#aa7aab hex color red value is 170, green value is 122 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aa7aab hue: 0.83 , saturation: 0.23 and the lightness value of aa7aab is 0.57.

The process color (four color CMYK) of #aa7aab color hex is 0.01, 0.29, 0.00, 0.33. Web safe color of #aa7aab is #996699. Color #aa7aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111010 10101011
Octal 252 172 253
Decimal 170 122 171
Hex AA 7A AB

RGB Percentages of Color #aa7aab

%36.72
%26.35
%36.93

CMYK Percentages of Color #aa7aab

%1
%29
%0
%33

Triadic Colors of #aa7aab

#aa7aab #abaa7a #7aabaa

Analogous Colors of #aa7aab

#aa7aab #ab7a94 #927aab

Monochromatic Colors of #aa7aab

#aa7aab

Complementary Color

#aa7aab #7bab7a

#aa7aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7aab Color CSS Codes

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

#aa7aab Text Font Color

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

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


#aa7aab Background Color

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

This div background color is #aa7aab


#aa7aab Border Color

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

This div border color is #aa7aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7aab


Comments

No comments written yet.

Please login to write comment.