Color Hex Logo

#aa77be Color Hex

#AA77BE
(170,119,190)
0 Favorites   0 Comments

Color spaces of #aa77be

RGB 170119190
HSL0.790.350.61
HSV283°37°75°
CMYK 0.110.370.00   0.25
XYZ32.468725.457451.9177
Yxy25.45740.29560.2318
Hunter Lab50.455326.5704-25.6897
CIE-Lab57.518432.6358-29.4924

#aa77be color RGB value is (170,119,190).

#aa77be hex color red value is 170, green value is 119 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aa77be hue: 0.79 , saturation: 0.35 and the lightness value of aa77be is 0.61.

The process color (four color CMYK) of #aa77be color hex is 0.11, 0.37, 0.00, 0.25. Web safe color of #aa77be is #9966cc. Color #aa77be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110111 10111110
Octal 252 167 276
Decimal 170 119 190
Hex AA 77 BE

RGB Percentages of Color #aa77be

%35.49
%24.84
%39.67

CMYK Percentages of Color #aa77be

%11
%37
%0
%25

Triadic Colors of #aa77be

#aa77be #beaa77 #77beaa

Analogous Colors of #aa77be

#aa77be #be77af #8777be

Monochromatic Colors of #aa77be

#aa77be

Complementary Color

#aa77be #8bbe77

#aa77be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa77be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa77be Color CSS Codes

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

#aa77be Text Font Color

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

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


#aa77be Background Color

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

This div background color is #aa77be


#aa77be Border Color

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

This div border color is #aa77be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa77be


Comments

No comments written yet.

Please login to write comment.