Color Hex Logo

#aa377e Color Hex

#AA377E
(170,55,126)
0 Favorites   0 Comments

Color spaces of #aa377e

RGB 17055126
HSL0.900.510.44
HSV323°68°67°
CMYK 0.000.680.26   0.33
XYZ21.709612.784821.0621
Yxy12.78480.39080.2301
Hunter Lab35.755845.8058-9.8959
CIE-Lab42.437253.7539-14.9135

#aa377e color RGB value is (170,55,126).

#aa377e hex color red value is 170, green value is 55 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aa377e hue: 0.90 , saturation: 0.51 and the lightness value of aa377e is 0.44.

The process color (four color CMYK) of #aa377e color hex is 0.00, 0.68, 0.26, 0.33. Web safe color of #aa377e is #993366. Color #aa377e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110111 01111110
Octal 252 67 176
Decimal 170 55 126
Hex AA 37 7E

RGB Percentages of Color #aa377e

%48.43
%15.67
%35.90

CMYK Percentages of Color #aa377e

%0
%68
%26
%33

Triadic Colors of #aa377e

#aa377e #7eaa37 #377eaa

Analogous Colors of #aa377e

#aa377e #aa3744 #9d37aa

Monochromatic Colors of #aa377e

#aa377e

Complementary Color

#aa377e #37aa63

#aa377e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa377e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa377e Color CSS Codes

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

#aa377e Text Font Color

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

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


#aa377e Background Color

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

This div background color is #aa377e


#aa377e Border Color

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

This div border color is #aa377e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa377e


Comments

No comments written yet.

Please login to write comment.