Color Hex Logo

#aa379c Color Hex

#AA379C
(170,55,156)
0 Favorites   0 Comments

Color spaces of #aa379c

RGB 17055156
HSL0.850.510.44
HSV307°68°67°
CMYK 0.000.680.08   0.33
XYZ23.944513.678732.8307
Yxy13.67870.33990.1942
Hunter Lab36.984750.8405-26.7414
CIE-Lab43.768658.1625-31.0635

#aa379c color RGB value is (170,55,156).

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

The process color (four color CMYK) of #aa379c color hex is 0.00, 0.68, 0.08, 0.33. Web safe color of #aa379c is #993399. Color #aa379c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110111 10011100
Octal 252 67 234
Decimal 170 55 156
Hex AA 37 9C

RGB Percentages of Color #aa379c

%44.62
%14.44
%40.94

CMYK Percentages of Color #aa379c

%0
%68
%8
%33

Triadic Colors of #aa379c

#aa379c #9caa37 #379caa

Analogous Colors of #aa379c

#aa379c #aa3763 #7f37aa

Monochromatic Colors of #aa379c

#aa379c

Complementary Color

#aa379c #37aa45

#aa379c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa379c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa379c Color CSS Codes

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

#aa379c Text Font Color

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

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


#aa379c Background Color

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

This div background color is #aa379c


#aa379c Border Color

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

This div border color is #aa379c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa379c


Comments

No comments written yet.

Please login to write comment.