Color Hex Logo

#aa396e Color Hex

#AA396E
(170,57,110)
0 Favorites   0 Comments

Color spaces of #aa396e

RGB 17057110
HSL0.920.500.45
HSV332°66°67°
CMYK 0.000.660.35   0.33
XYZ20.855212.598116.0843
Yxy12.59810.42100.2543
Hunter Lab35.493842.7676-2.0221
CIE-Lab42.151350.9227-5.4640

#aa396e color RGB value is (170,57,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00111001 01101110
Octal 252 71 156
Decimal 170 57 110
Hex AA 39 6E

RGB Percentages of Color #aa396e

%50.45
%16.91
%32.64

CMYK Percentages of Color #aa396e

%0
%66
%35
%33

Triadic Colors of #aa396e

#aa396e #6eaa39 #396eaa

Analogous Colors of #aa396e

#aa396e #aa3c39 #aa39a7

Monochromatic Colors of #aa396e

#aa396e

Complementary Color

#aa396e #39aa75

#aa396e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa396e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa396e Color CSS Codes

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

#aa396e Text Font Color

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

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


#aa396e Background Color

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

This div background color is #aa396e


#aa396e Border Color

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

This div border color is #aa396e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa396e


Comments

No comments written yet.

Please login to write comment.