color codes Logo

#aa337f color codes

#AA337F
(170,51,127)
0 Favorites   0 Comments

Color spaces of #aa337f

RGB 17051127
HSL0.890.540.43
HSV322°70°67°
CMYK 0.000.700.25   0.33
XYZ21.592212.446021.3430
Yxy12.44600.38990.2247
Hunter Lab35.278947.5116-11.1740
CIE-Lab41.916455.4469-16.3234

#aa337f color RGB value is (170,51,127).

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

The process color (four color CMYK) of #aa337f color code is 0.00, 0.70, 0.25, 0.33. Web safe color of #aa337f is #993366. Color #aa337f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110011 01111111
Octal 252 63 177
Decimal 170 51 127
Hex AA 33 7F

RGB Percentages of Color #aa337f

%48.85
%14.66
%36.49

CMYK Percentages of Color #aa337f

%0
%70
%25
%33

Triadic Colors of #aa337f

#aa337f #7faa33 #337faa

Analogous Colors of #aa337f

#aa337f #aa3343 #9a33aa

Monochromatic Colors of #aa337f

#aa337f

Complementary Color

#aa337f #33aa5e

#aa337f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa337f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa337f Color CSS Codes

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

#aa337f Text Font Color

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

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


#aa337f Background Color

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

This div background color is #aa337f


#aa337f Border Color

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

This div border color is #aa337f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa337f


Comments

No comments written yet.

Please login to write comment.