Color Hex Logo

#aa76b0 Color Hex

#AA76B0
(170,118,176)
0 Favorites   0 Comments

Color spaces of #aa76b0

RGB 170118176
HSL0.820.270.58
HSV294°33°69°
CMYK 0.030.330.00   0.31
XYZ30.892524.637544.2016
Yxy24.63750.30980.2470
Hunter Lab49.636224.2313-18.0531
CIE-Lab56.720530.3250-22.7088

#aa76b0 color RGB value is (170,118,176).

#aa76b0 hex color red value is 170, green value is 118 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #aa76b0 hue: 0.82 , saturation: 0.27 and the lightness value of aa76b0 is 0.58.

The process color (four color CMYK) of #aa76b0 color hex is 0.03, 0.33, 0.00, 0.31. Web safe color of #aa76b0 is #996699. Color #aa76b0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110110 10110000
Octal 252 166 260
Decimal 170 118 176
Hex AA 76 B0

RGB Percentages of Color #aa76b0

%36.64
%25.43
%37.93

CMYK Percentages of Color #aa76b0

%3
%33
%0
%31

Triadic Colors of #aa76b0

#aa76b0 #b0aa76 #76b0aa

Analogous Colors of #aa76b0

#aa76b0 #b07699 #8d76b0

Monochromatic Colors of #aa76b0

#aa76b0

Complementary Color

#aa76b0 #7cb076

#aa76b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa76b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa76b0 Color CSS Codes

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

#aa76b0 Text Font Color

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

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


#aa76b0 Background Color

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

This div background color is #aa76b0


#aa76b0 Border Color

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

This div border color is #aa76b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa76b0

#aa76b0 Color Palettes


Comments

No comments written yet.

Please login to write comment.