Color Hex Logo

#aa2277 Color Hex

#AA2277
(170,34,119)
1 Favorites   0 Comments

Color spaces of #aa2277

RGB 17034119
HSL0.900.670.40
HSV323°80°67°
CMYK 0.000.800.30   0.33
XYZ20.479411.022018.5008
Yxy11.02200.40960.2204
Hunter Lab33.199452.0107-9.8006
CIE-Lab39.617560.0220-14.8823

#aa2277 color RGB value is (170,34,119).

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

The process color (four color CMYK) of #aa2277 color hex is 0.00, 0.80, 0.30, 0.33. Web safe color of #aa2277 is #993366. Color #aa2277 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100010 01110111
Octal 252 42 167
Decimal 170 34 119
Hex AA 22 77

RGB Percentages of Color #aa2277

%52.63
%10.53
%36.84

CMYK Percentages of Color #aa2277

%0
%80
%30
%33

Triadic Colors of #aa2277

#aa2277 #77aa22 #2277aa

Analogous Colors of #aa2277

#aa2277 #aa2233 #9922aa

Monochromatic Colors of #aa2277

#aa2277

Complementary Color

#aa2277 #22aa55

#aa2277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2277 Color CSS Codes

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

#aa2277 Text Font Color

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

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


#aa2277 Background Color

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

This div background color is #aa2277


#aa2277 Border Color

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

This div border color is #aa2277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2277


Comments

No comments written yet.

Please login to write comment.