Color Hex Logo

#aa215e Color Hex

#AA215E
(170,33,94)
0 Favorites   0 Comments

Color spaces of #aa215e

RGB 1703394
HSL0.930.670.40
HSV333°81°67°
CMYK 0.000.810.45   0.33
XYZ19.141810.441911.5963
Yxy10.44190.46480.2536
Hunter Lab32.313949.18871.3427
CIE-Lab38.624157.6302-0.6222

#aa215e color RGB value is (170,33,94).

#aa215e hex color red value is 170, green value is 33 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #aa215e hue: 0.93 , saturation: 0.67 and the lightness value of aa215e is 0.40.

The process color (four color CMYK) of #aa215e color hex is 0.00, 0.81, 0.45, 0.33. Web safe color of #aa215e is #993366. Color #aa215e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100001 01011110
Octal 252 41 136
Decimal 170 33 94
Hex AA 21 5E

RGB Percentages of Color #aa215e

%57.24
%11.11
%31.65

CMYK Percentages of Color #aa215e

%0
%81
%45
%33

Triadic Colors of #aa215e

#aa215e #5eaa21 #215eaa

Analogous Colors of #aa215e

#aa215e #aa2821 #aa21a3

Monochromatic Colors of #aa215e

#aa215e

Complementary Color

#aa215e #21aa6d

#aa215e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa215e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa215e Color CSS Codes

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

#aa215e Text Font Color

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

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


#aa215e Background Color

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

This div background color is #aa215e


#aa215e Border Color

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

This div border color is #aa215e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa215e


Comments

No comments written yet.

Please login to write comment.