Color Hex Logo

#aa77ad Color Hex

#AA77AD
(170,119,173)
0 Favorites   0 Comments

Color spaces of #aa77ad

RGB 170119173
HSL0.820.250.57
HSV297°31°68°
CMYK 0.020.310.00   0.32
XYZ30.717224.756842.6947
Yxy24.75680.31290.2522
Hunter Lab49.756223.1244-16.0461
CIE-Lab56.837729.1684-20.8044

#aa77ad color RGB value is (170,119,173).

#aa77ad hex color red value is 170, green value is 119 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #aa77ad hue: 0.82 , saturation: 0.25 and the lightness value of aa77ad is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110111 10101101
Octal 252 167 255
Decimal 170 119 173
Hex AA 77 AD

RGB Percentages of Color #aa77ad

%36.80
%25.76
%37.45

CMYK Percentages of Color #aa77ad

%2
%31
%0
%32

Triadic Colors of #aa77ad

#aa77ad #adaa77 #77adaa

Analogous Colors of #aa77ad

#aa77ad #ad7795 #8f77ad

Monochromatic Colors of #aa77ad

#aa77ad

Complementary Color

#aa77ad #7aad77

#aa77ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa77ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa77ad Color CSS Codes

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

#aa77ad Text Font Color

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

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


#aa77ad Background Color

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

This div background color is #aa77ad


#aa77ad Border Color

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

This div border color is #aa77ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa77ad


Comments

No comments written yet.

Please login to write comment.