Color Hex Logo

#aa2291 Color Hex

#AA2291
(170,34,145)
0 Favorites   0 Comments

Color spaces of #aa2291

RGB 17034145
HSL0.860.670.40
HSV311°80°67°
CMYK 0.000.800.15   0.33
XYZ22.260411.734427.8798
Yxy11.73440.35980.1896
Hunter Lab34.255556.0482-24.2760
CIE-Lab40.790863.4135-29.0856

#aa2291 color RGB value is (170,34,145).

#aa2291 hex color red value is 170, green value is 34 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #aa2291 hue: 0.86 , saturation: 0.67 and the lightness value of aa2291 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100010 10010001
Octal 252 42 221
Decimal 170 34 145
Hex AA 22 91

RGB Percentages of Color #aa2291

%48.71
%9.74
%41.55

CMYK Percentages of Color #aa2291

%0
%80
%15
%33

Triadic Colors of #aa2291

#aa2291 #91aa22 #2291aa

Analogous Colors of #aa2291

#aa2291 #aa224d #7f22aa

Monochromatic Colors of #aa2291

#aa2291

Complementary Color

#aa2291 #22aa3b

#aa2291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2291 Color CSS Codes

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

#aa2291 Text Font Color

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

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


#aa2291 Background Color

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

This div background color is #aa2291


#aa2291 Border Color

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

This div border color is #aa2291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2291


Comments

No comments written yet.

Please login to write comment.