Color Hex Logo

#aa325e Color Hex

#AA325E
(170,50,94)
0 Favorites   0 Comments

Color spaces of #aa325e

RGB 1705094
HSL0.940.550.43
HSV338°71°67°
CMYK 0.000.710.45   0.33
XYZ19.738511.635411.7952
Yxy11.63540.45720.2695
Hunter Lab34.110743.59713.3755
CIE-Lab40.630751.99562.2984

#aa325e color RGB value is (170,50,94).

#aa325e hex color red value is 170, green value is 50 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #aa325e hue: 0.94 , saturation: 0.55 and the lightness value of aa325e is 0.43.

The process color (four color CMYK) of #aa325e color hex is 0.00, 0.71, 0.45, 0.33. Web safe color of #aa325e is #993366. Color #aa325e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110010 01011110
Octal 252 62 136
Decimal 170 50 94
Hex AA 32 5E

RGB Percentages of Color #aa325e

%54.14
%15.92
%29.94

CMYK Percentages of Color #aa325e

%0
%71
%45
%33

Triadic Colors of #aa325e

#aa325e #5eaa32 #325eaa

Analogous Colors of #aa325e

#aa325e #aa4232 #aa329a

Monochromatic Colors of #aa325e

#aa325e

Complementary Color

#aa325e #32aa7e

#aa325e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa325e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa325e Color CSS Codes

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

#aa325e Text Font Color

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

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


#aa325e Background Color

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

This div background color is #aa325e


#aa325e Border Color

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

This div border color is #aa325e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa325e


Comments

No comments written yet.

Please login to write comment.