Color Hex Logo

#aa397c Color Hex

#AA397C
(170,57,124)
0 Favorites   0 Comments

Color spaces of #aa397c

RGB 17057124
HSL0.900.500.45
HSV324°66°67°
CMYK 0.000.660.27   0.33
XYZ21.678812.927520.4214
Yxy12.92750.39400.2349
Hunter Lab35.954844.7048-8.5068
CIE-Lab42.653852.6756-13.3551

#aa397c color RGB value is (170,57,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00111001 01111100
Octal 252 71 174
Decimal 170 57 124
Hex AA 39 7C

RGB Percentages of Color #aa397c

%48.43
%16.24
%35.33

CMYK Percentages of Color #aa397c

%0
%66
%27
%33

Triadic Colors of #aa397c

#aa397c #7caa39 #397caa

Analogous Colors of #aa397c

#aa397c #aa3944 #a039aa

Monochromatic Colors of #aa397c

#aa397c

Complementary Color

#aa397c #39aa67

#aa397c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa397c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa397c Color CSS Codes

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

#aa397c Text Font Color

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

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


#aa397c Background Color

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

This div background color is #aa397c


#aa397c Border Color

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

This div border color is #aa397c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,57,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 #aa397c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa397c


Comments

No comments written yet.

Please login to write comment.