Color Hex Logo

#aa4591 Color Hex

#AA4591
(170,69,145)
0 Favorites   0 Comments

Color spaces of #aa4591

RGB 17069145
HSL0.870.420.47
HSV315°59°67°
CMYK 0.000.590.15   0.33
XYZ23.816514.846628.3985
Yxy14.84660.35510.2214
Hunter Lab38.531342.9025-16.7263
CIE-Lab45.423450.4661-21.8812

#aa4591 color RGB value is (170,69,145).

#aa4591 hex color red value is 170, green value is 69 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #aa4591 hue: 0.87 , saturation: 0.42 and the lightness value of aa4591 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000101 10010001
Octal 252 105 221
Decimal 170 69 145
Hex AA 45 91

RGB Percentages of Color #aa4591

%44.27
%17.97
%37.76

CMYK Percentages of Color #aa4591

%0
%59
%15
%33

Triadic Colors of #aa4591

#aa4591 #91aa45 #4591aa

Analogous Colors of #aa4591

#aa4591 #aa455f #9145aa

Monochromatic Colors of #aa4591

#aa4591

Complementary Color

#aa4591 #45aa5e

#aa4591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4591 Color CSS Codes

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

#aa4591 Text Font Color

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

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


#aa4591 Background Color

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

This div background color is #aa4591


#aa4591 Border Color

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

This div border color is #aa4591


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,69,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 #aa4591">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4591


Comments

No comments written yet.

Please login to write comment.