Color Hex Logo

#aa395c Color Hex

#AA395C
(170,57,92)
0 Favorites   0 Comments

Color spaces of #aa395c

RGB 1705792
HSL0.950.500.45
HSV341°66°67°
CMYK 0.000.660.46   0.33
XYZ19.972512.245011.4361
Yxy12.24500.45750.2805
Hunter Lab34.992940.64305.1183
CIE-Lab41.602948.97054.9521

#aa395c color RGB value is (170,57,92).

#aa395c hex color red value is 170, green value is 57 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #aa395c hue: 0.95 , saturation: 0.50 and the lightness value of aa395c is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00111001 01011100
Octal 252 71 134
Decimal 170 57 92
Hex AA 39 5C

RGB Percentages of Color #aa395c

%53.29
%17.87
%28.84

CMYK Percentages of Color #aa395c

%0
%66
%46
%33

Triadic Colors of #aa395c

#aa395c #5caa39 #395caa

Analogous Colors of #aa395c

#aa395c #aa4f39 #aa3995

Monochromatic Colors of #aa395c

#aa395c

Complementary Color

#aa395c #39aa87

#aa395c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa395c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa395c Color CSS Codes

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

#aa395c Text Font Color

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

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


#aa395c Background Color

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

This div background color is #aa395c


#aa395c Border Color

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

This div border color is #aa395c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,57,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 #aa395c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa395c


Comments

No comments written yet.

Please login to write comment.