Color Hex Logo

#aa295b Color Hex

#AA295B
(170,41,91)
0 Favorites   0 Comments

Color spaces of #aa295b

RGB 1704191
HSL0.940.610.41
HSV337°76°67°
CMYK 0.000.760.46   0.33
XYZ19.258810.887310.9839
Yxy10.88730.46820.2647
Hunter Lab32.995946.44273.3603
CIE-Lab39.390054.92502.3973

#aa295b color RGB value is (170,41,91).

#aa295b hex color red value is 170, green value is 41 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #aa295b hue: 0.94 , saturation: 0.61 and the lightness value of aa295b is 0.41.

The process color (four color CMYK) of #aa295b color hex is 0.00, 0.76, 0.46, 0.33. Web safe color of #aa295b is #993366. Color #aa295b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101001 01011011
Octal 252 51 133
Decimal 170 41 91
Hex AA 29 5B

RGB Percentages of Color #aa295b

%56.29
%13.58
%30.13

CMYK Percentages of Color #aa295b

%0
%76
%46
%33

Triadic Colors of #aa295b

#aa295b #5baa29 #295baa

Analogous Colors of #aa295b

#aa295b #aa3829 #aa299c

Monochromatic Colors of #aa295b

#aa295b

Complementary Color

#aa295b #29aa78

#aa295b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa295b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa295b Color CSS Codes

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

#aa295b Text Font Color

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

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


#aa295b Background Color

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

This div background color is #aa295b


#aa295b Border Color

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

This div border color is #aa295b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa295b


Comments

No comments written yet.

Please login to write comment.