Color Hex Logo

#aa237e Color Hex

#AA237E
(170,35,126)
0 Favorites   0 Comments

Color spaces of #aa237e

RGB 17035126
HSL0.890.660.40
HSV320°79°67°
CMYK 0.000.790.26   0.33
XYZ20.944511.254520.8071
Yxy11.25450.39510.2123
Hunter Lab33.547752.7325-13.2897
CIE-Lab40.005860.6003-18.6368

#aa237e color RGB value is (170,35,126).

#aa237e hex color red value is 170, green value is 35 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aa237e hue: 0.89 , saturation: 0.66 and the lightness value of aa237e is 0.40.

The process color (four color CMYK) of #aa237e color hex is 0.00, 0.79, 0.26, 0.33. Web safe color of #aa237e is #993366. Color #aa237e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100011 01111110
Octal 252 43 176
Decimal 170 35 126
Hex AA 23 7E

RGB Percentages of Color #aa237e

%51.36
%10.57
%38.07

CMYK Percentages of Color #aa237e

%0
%79
%26
%33

Triadic Colors of #aa237e

#aa237e #7eaa23 #237eaa

Analogous Colors of #aa237e

#aa237e #aa233a #9323aa

Monochromatic Colors of #aa237e

#aa237e

Complementary Color

#aa237e #23aa4f

#aa237e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa237e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa237e Color CSS Codes

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

#aa237e Text Font Color

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

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


#aa237e Background Color

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

This div background color is #aa237e


#aa237e Border Color

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

This div border color is #aa237e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa237e


Comments

No comments written yet.

Please login to write comment.