Color Hex Logo

#aa377c Color Hex

#AA377C
(170,55,124)
0 Favorites   0 Comments

Color spaces of #aa377c

RGB 17055124
HSL0.900.510.44
HSV324°68°67°
CMYK 0.000.680.27   0.33
XYZ21.581812.733720.3891
Yxy12.73370.39450.2328
Hunter Lab35.684345.5089-8.8978
CIE-Lab42.359253.4890-13.8026

#aa377c color RGB value is (170,55,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110111 01111100
Octal 252 67 174
Decimal 170 55 124
Hex AA 37 7C

RGB Percentages of Color #aa377c

%48.71
%15.76
%35.53

CMYK Percentages of Color #aa377c

%0
%68
%27
%33

Triadic Colors of #aa377c

#aa377c #7caa37 #377caa

Analogous Colors of #aa377c

#aa377c #aa3743 #9f37aa

Monochromatic Colors of #aa377c

#aa377c

Complementary Color

#aa377c #37aa65

#aa377c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa377c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa377c Color CSS Codes

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

#aa377c Text Font Color

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

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


#aa377c Background Color

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

This div background color is #aa377c


#aa377c Border Color

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

This div border color is #aa377c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa377c


Comments

No comments written yet.

Please login to write comment.