Color Hex Logo

#aa3796 Color Hex

#AA3796
(170,55,150)
0 Favorites   0 Comments

Color spaces of #aa3796

RGB 17055150
HSL0.860.510.44
HSV310°68°67°
CMYK 0.000.680.12   0.33
XYZ23.448813.480430.2203
Yxy13.48040.34920.2008
Hunter Lab36.715749.7483-23.1000
CIE-Lab43.478457.2191-27.9108

#aa3796 color RGB value is (170,55,150).

#aa3796 hex color red value is 170, green value is 55 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #aa3796 hue: 0.86 , saturation: 0.51 and the lightness value of aa3796 is 0.44.

The process color (four color CMYK) of #aa3796 color hex is 0.00, 0.68, 0.12, 0.33. Web safe color of #aa3796 is #993399. Color #aa3796 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110111 10010110
Octal 252 67 226
Decimal 170 55 150
Hex AA 37 96

RGB Percentages of Color #aa3796

%45.33
%14.67
%40.00

CMYK Percentages of Color #aa3796

%0
%68
%12
%33

Triadic Colors of #aa3796

#aa3796 #96aa37 #3796aa

Analogous Colors of #aa3796

#aa3796 #aa375d #8537aa

Monochromatic Colors of #aa3796

#aa3796

Complementary Color

#aa3796 #37aa4b

#aa3796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3796 Color CSS Codes

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

#aa3796 Text Font Color

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

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


#aa3796 Background Color

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

This div background color is #aa3796


#aa3796 Border Color

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

This div border color is #aa3796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3796


Comments

No comments written yet.

Please login to write comment.