Color Hex Logo

#aa71ae Color Hex

#AA71AE
(170,113,174)
0 Favorites   0 Comments

Color spaces of #aa71ae

RGB 170113174
HSL0.820.270.56
HSV296°35°68°
CMYK 0.020.350.00   0.32
XYZ30.122723.412342.9758
Yxy23.41230.31210.2426
Hunter Lab48.386326.4486-18.7899
CIE-Lab55.494532.7300-23.4408

#aa71ae color RGB value is (170,113,174).

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

The process color (four color CMYK) of #aa71ae color hex is 0.02, 0.35, 0.00, 0.32. Web safe color of #aa71ae is #996699. Color #aa71ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110001 10101110
Octal 252 161 256
Decimal 170 113 174
Hex AA 71 AE

RGB Percentages of Color #aa71ae

%37.20
%24.73
%38.07

CMYK Percentages of Color #aa71ae

%2
%35
%0
%32

Triadic Colors of #aa71ae

#aa71ae #aeaa71 #71aeaa

Analogous Colors of #aa71ae

#aa71ae #ae7194 #8c71ae

Monochromatic Colors of #aa71ae

#aa71ae

Complementary Color

#aa71ae #75ae71

#aa71ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa71ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa71ae Color CSS Codes

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

#aa71ae Text Font Color

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

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


#aa71ae Background Color

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

This div background color is #aa71ae


#aa71ae Border Color

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

This div border color is #aa71ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa71ae

#aa71ae Color Palettes


Comments

No comments written yet.

Please login to write comment.