Color Hex Logo

#aa285a Color Hex

#AA285A
(170,40,90)
0 Favorites   0 Comments

Color spaces of #aa285a

RGB 1704090
HSL0.940.620.41
HSV337°76°67°
CMYK 0.000.760.47   0.33
XYZ19.181810.801810.7468
Yxy10.80180.47090.2652
Hunter Lab32.866146.66323.6192
CIE-Lab39.244655.15972.8215

#aa285a color RGB value is (170,40,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101000 01011010
Octal 252 50 132
Decimal 170 40 90
Hex AA 28 5A

RGB Percentages of Color #aa285a

%56.67
%13.33
%30.00

CMYK Percentages of Color #aa285a

%0
%76
%47
%33

Triadic Colors of #aa285a

#aa285a #5aaa28 #285aaa

Analogous Colors of #aa285a

#aa285a #aa3728 #aa289b

Monochromatic Colors of #aa285a

#aa285a

Complementary Color

#aa285a #28aa78

#aa285a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa285a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa285a Color CSS Codes

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

#aa285a Text Font Color

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

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


#aa285a Background Color

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

This div background color is #aa285a


#aa285a Border Color

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

This div border color is #aa285a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa285a


Comments

No comments written yet.

Please login to write comment.