Color Hex Logo

#aa7880 Color Hex

#AA7880
(170,120,128)
0 Favorites   0 Comments

Color spaces of #aa7880

RGB 170120128
HSL0.970.230.57
HSV350°29°67°
CMYK 0.000.290.25   0.33
XYZ27.190323.537523.5322
Yxy23.53750.36620.3170
Hunter Lab48.515515.13765.2025
CIE-Lab55.621720.74003.4628

#aa7880 color RGB value is (170,120,128).

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

The process color (four color CMYK) of #aa7880 color hex is 0.00, 0.29, 0.25, 0.33. Web safe color of #aa7880 is #996699. Color #aa7880 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111000 10000000
Octal 252 170 200
Decimal 170 120 128
Hex AA 78 80

RGB Percentages of Color #aa7880

%40.67
%28.71
%30.62

CMYK Percentages of Color #aa7880

%0
%29
%25
%33

Triadic Colors of #aa7880

#aa7880 #80aa78 #7880aa

Analogous Colors of #aa7880

#aa7880 #aa8978 #aa7899

Monochromatic Colors of #aa7880

#aa7880

Complementary Color

#aa7880 #78aaa2

#aa7880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7880 Color CSS Codes

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

#aa7880 Text Font Color

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

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


#aa7880 Background Color

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

This div background color is #aa7880


#aa7880 Border Color

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

This div border color is #aa7880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7880


Comments

No comments written yet.

Please login to write comment.