Color Hex Logo

#aa477d Color Hex

#AA477D
(170,71,125)
0 Favorites   0 Comments

Color spaces of #aa477d

RGB 17071125
HSL0.910.410.47
HSV327°58°67°
CMYK 0.000.580.26   0.33
XYZ22.532514.533221.0196
Yxy14.53320.38790.2502
Hunter Lab38.122438.7893-6.0051
CIE-Lab44.988146.5725-10.4375

#aa477d color RGB value is (170,71,125).

#aa477d hex color red value is 170, green value is 71 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #aa477d hue: 0.91 , saturation: 0.41 and the lightness value of aa477d is 0.47.

The process color (four color CMYK) of #aa477d color hex is 0.00, 0.58, 0.26, 0.33. Web safe color of #aa477d is #993366. Color #aa477d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000111 01111101
Octal 252 107 175
Decimal 170 71 125
Hex AA 47 7D

RGB Percentages of Color #aa477d

%46.45
%19.40
%34.15

CMYK Percentages of Color #aa477d

%0
%58
%26
%33

Triadic Colors of #aa477d

#aa477d #7daa47 #477daa

Analogous Colors of #aa477d

#aa477d #aa474b #a647aa

Monochromatic Colors of #aa477d

#aa477d

Complementary Color

#aa477d #47aa74

#aa477d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa477d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa477d Color CSS Codes

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

#aa477d Text Font Color

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

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


#aa477d Background Color

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

This div background color is #aa477d


#aa477d Border Color

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

This div border color is #aa477d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa477d


Comments

No comments written yet.

Please login to write comment.