Color Hex Logo

#aa376b Color Hex

#AA376B
(170,55,107)
0 Favorites   0 Comments

Color spaces of #aa376b

RGB 17055107
HSL0.920.510.44
HSV333°68°67°
CMYK 0.000.680.37   0.33
XYZ20.597612.340015.2062
Yxy12.34000.42780.2563
Hunter Lab35.128343.1894-1.0754
CIE-Lab41.751551.3994-4.1933

#aa376b color RGB value is (170,55,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110111 01101011
Octal 252 67 153
Decimal 170 55 107
Hex AA 37 6B

RGB Percentages of Color #aa376b

%51.20
%16.57
%32.23

CMYK Percentages of Color #aa376b

%0
%68
%37
%33

Triadic Colors of #aa376b

#aa376b #6baa37 #376baa

Analogous Colors of #aa376b

#aa376b #aa3c37 #aa37a5

Monochromatic Colors of #aa376b

#aa376b

Complementary Color

#aa376b #37aa76

#aa376b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa376b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa376b Color CSS Codes

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

#aa376b Text Font Color

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

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


#aa376b Background Color

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

This div background color is #aa376b


#aa376b Border Color

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

This div border color is #aa376b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa376b


Comments

No comments written yet.

Please login to write comment.