Color Hex Logo

#aa325c Color Hex

#AA325C
(170,50,92)
0 Favorites   0 Comments

Color spaces of #aa325c

RGB 1705092
HSL0.940.550.43
HSV339°71°67°
CMYK 0.000.710.46   0.33
XYZ19.649911.600011.3286
Yxy11.60000.46150.2724
Hunter Lab34.058843.38114.1202
CIE-Lab40.573251.79973.4734

#aa325c color RGB value is (170,50,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110010 01011100
Octal 252 62 134
Decimal 170 50 92
Hex AA 32 5C

RGB Percentages of Color #aa325c

%54.49
%16.03
%29.49

CMYK Percentages of Color #aa325c

%0
%71
%46
%33

Triadic Colors of #aa325c

#aa325c #5caa32 #325caa

Analogous Colors of #aa325c

#aa325c #aa4432 #aa3298

Monochromatic Colors of #aa325c

#aa325c

Complementary Color

#aa325c #32aa80

#aa325c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa325c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa325c Color CSS Codes

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

#aa325c Text Font Color

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

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


#aa325c Background Color

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

This div background color is #aa325c


#aa325c Border Color

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

This div border color is #aa325c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa325c


Comments

No comments written yet.

Please login to write comment.