Color Hex Logo

#aa337c Color Hex

#AA337C
(170,51,124)
0 Favorites   0 Comments

Color spaces of #aa337c

RGB 17051124
HSL0.900.540.43
HSV323°70°67°
CMYK 0.000.700.27   0.33
XYZ21.399512.368920.3283
Yxy12.36890.39560.2286
Hunter Lab35.169447.0651-9.6516
CIE-Lab41.796555.0532-14.6589

#aa337c color RGB value is (170,51,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110011 01111100
Octal 252 63 174
Decimal 170 51 124
Hex AA 33 7C

RGB Percentages of Color #aa337c

%49.28
%14.78
%35.94

CMYK Percentages of Color #aa337c

%0
%70
%27
%33

Triadic Colors of #aa337c

#aa337c #7caa33 #337caa

Analogous Colors of #aa337c

#aa337c #aa3341 #9d33aa

Monochromatic Colors of #aa337c

#aa337c

Complementary Color

#aa337c #33aa61

#aa337c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa337c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa337c Color CSS Codes

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

#aa337c Text Font Color

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

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


#aa337c Background Color

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

This div background color is #aa337c


#aa337c Border Color

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

This div border color is #aa337c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa337c

#aa337c Color Palettes


Comments

No comments written yet.

Please login to write comment.