Color Hex Logo

#aa477b Color Hex

#AA477B
(170,71,123)
0 Favorites   0 Comments

Color spaces of #aa477b

RGB 17071123
HSL0.910.410.47
HSV328°58°67°
CMYK 0.000.580.28   0.33
XYZ22.406014.482620.3534
Yxy14.48260.39140.2530
Hunter Lab38.056038.4963-5.0707
CIE-Lab44.917246.2978-9.3254

#aa477b color RGB value is (170,71,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000111 01111011
Octal 252 107 173
Decimal 170 71 123
Hex AA 47 7B

RGB Percentages of Color #aa477b

%46.70
%19.51
%33.79

CMYK Percentages of Color #aa477b

%0
%58
%28
%33

Triadic Colors of #aa477b

#aa477b #7baa47 #477baa

Analogous Colors of #aa477b

#aa477b #aa474a #a847aa

Monochromatic Colors of #aa477b

#aa477b

Complementary Color

#aa477b #47aa76

#aa477b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa477b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa477b Color CSS Codes

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

#aa477b Text Font Color

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

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


#aa477b Background Color

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

This div background color is #aa477b


#aa477b Border Color

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

This div border color is #aa477b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa477b


Comments

No comments written yet.

Please login to write comment.