Color Hex Logo

#aa399e Color Hex

#AA399E
(170,57,158)
0 Favorites   0 Comments

Color spaces of #aa399e

RGB 17057158
HSL0.850.500.45
HSV306°66°67°
CMYK 0.000.660.07   0.33
XYZ24.212213.940933.7625
Yxy13.94090.33670.1939
Hunter Lab37.337550.4110-27.4768
CIE-Lab44.148157.6993-31.6662

#aa399e color RGB value is (170,57,158).

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

The process color (four color CMYK) of #aa399e color hex is 0.00, 0.66, 0.07, 0.33. Web safe color of #aa399e is #993399. Color #aa399e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00111001 10011110
Octal 252 71 236
Decimal 170 57 158
Hex AA 39 9E

RGB Percentages of Color #aa399e

%44.16
%14.81
%41.04

CMYK Percentages of Color #aa399e

%0
%66
%7
%33

Triadic Colors of #aa399e

#aa399e #9eaa39 #399eaa

Analogous Colors of #aa399e

#aa399e #aa3966 #7e39aa

Monochromatic Colors of #aa399e

#aa399e

Complementary Color

#aa399e #39aa45

#aa399e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa399e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa399e Color CSS Codes

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

#aa399e Text Font Color

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

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


#aa399e Background Color

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

This div background color is #aa399e


#aa399e Border Color

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

This div border color is #aa399e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa399e


Comments

No comments written yet.

Please login to write comment.