Color Hex Logo

#aa3583 Color Hex

#AA3583
(170,53,131)
0 Favorites   0 Comments

Color spaces of #aa3583

RGB 17053131
HSL0.890.520.44
HSV320°69°67°
CMYK 0.000.690.23   0.33
XYZ21.947412.730922.7733
Yxy12.73090.38200.2216
Hunter Lab35.680447.3566-12.8661
CIE-Lab42.354955.2203-18.1066

#aa3583 color RGB value is (170,53,131).

#aa3583 hex color red value is 170, green value is 53 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #aa3583 hue: 0.89 , saturation: 0.52 and the lightness value of aa3583 is 0.44.

The process color (four color CMYK) of #aa3583 color hex is 0.00, 0.69, 0.23, 0.33. Web safe color of #aa3583 is #993399. Color #aa3583 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110101 10000011
Octal 252 65 203
Decimal 170 53 131
Hex AA 35 83

RGB Percentages of Color #aa3583

%48.02
%14.97
%37.01

CMYK Percentages of Color #aa3583

%0
%69
%23
%33

Triadic Colors of #aa3583

#aa3583 #83aa35 #3583aa

Analogous Colors of #aa3583

#aa3583 #aa3549 #9735aa

Monochromatic Colors of #aa3583

#aa3583

Complementary Color

#aa3583 #35aa5c

#aa3583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3583 Color CSS Codes

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

#aa3583 Text Font Color

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

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


#aa3583 Background Color

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

This div background color is #aa3583


#aa3583 Border Color

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

This div border color is #aa3583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3583


Comments

No comments written yet.

Please login to write comment.