Color Hex Logo

#aa204e Color Hex

#AA204E
(170,32,78)
0 Favorites   0 Comments

Color spaces of #aa204e

RGB 1703278
HSL0.940.680.40
HSV340°81°67°
CMYK 0.000.810.54   0.33
XYZ18.469210.12918.1894
Yxy10.12910.50200.2753
Hunter Lab31.826247.89007.0221
CIE-Lab38.073156.53148.8066

#aa204e color RGB value is (170,32,78).

#aa204e hex color red value is 170, green value is 32 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #aa204e hue: 0.94 , saturation: 0.68 and the lightness value of aa204e is 0.40.

The process color (four color CMYK) of #aa204e color hex is 0.00, 0.81, 0.54, 0.33. Web safe color of #aa204e is #993366. Color #aa204e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100000 01001110
Octal 252 40 116
Decimal 170 32 78
Hex AA 20 4E

RGB Percentages of Color #aa204e

%60.71
%11.43
%27.86

CMYK Percentages of Color #aa204e

%0
%81
%54
%33

Triadic Colors of #aa204e

#aa204e #4eaa20 #204eaa

Analogous Colors of #aa204e

#aa204e #aa3720 #aa2093

Monochromatic Colors of #aa204e

#aa204e

Complementary Color

#aa204e #20aa7c

#aa204e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa204e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa204e Color CSS Codes

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

#aa204e Text Font Color

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

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


#aa204e Background Color

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

This div background color is #aa204e


#aa204e Border Color

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

This div border color is #aa204e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa204e


Comments

No comments written yet.

Please login to write comment.