Color Hex Logo

#aa3490 Color Hex

#AA3490
(170,52,144)
0 Favorites   0 Comments

Color spaces of #aa3490

RGB 17052144
HSL0.870.530.44
HSV313°69°67°
CMYK 0.000.690.15   0.33
XYZ22.839613.015627.6940
Yxy13.01560.35940.2048
Hunter Lab36.077149.8692-20.2590
CIE-Lab42.786757.4607-25.3616

#aa3490 color RGB value is (170,52,144).

#aa3490 hex color red value is 170, green value is 52 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #aa3490 hue: 0.87 , saturation: 0.53 and the lightness value of aa3490 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110100 10010000
Octal 252 64 220
Decimal 170 52 144
Hex AA 34 90

RGB Percentages of Color #aa3490

%46.45
%14.21
%39.34

CMYK Percentages of Color #aa3490

%0
%69
%15
%33

Triadic Colors of #aa3490

#aa3490 #90aa34 #3490aa

Analogous Colors of #aa3490

#aa3490 #aa3455 #8934aa

Monochromatic Colors of #aa3490

#aa3490

Complementary Color

#aa3490 #34aa4e

#aa3490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3490 Color CSS Codes

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

#aa3490 Text Font Color

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

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


#aa3490 Background Color

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

This div background color is #aa3490


#aa3490 Border Color

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

This div border color is #aa3490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3490


Comments

No comments written yet.

Please login to write comment.