Color Hex Logo

#aa124e Color Hex

#AA124E
(170,18,78)
0 Favorites   0 Comments

Color spaces of #aa124e

RGB 1701878
HSL0.930.810.37
HSV336°89°67°
CMYK 0.000.890.54   0.33
XYZ18.16909.52878.0893
Yxy9.52870.50770.2663
Hunter Lab30.868651.04366.0707
CIE-Lab36.982959.65307.2723

#aa124e color RGB value is (170,18,78).

#aa124e hex color red value is 170, green value is 18 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #aa124e hue: 0.93 , saturation: 0.81 and the lightness value of aa124e is 0.37.

The process color (four color CMYK) of #aa124e color hex is 0.00, 0.89, 0.54, 0.33. Web safe color of #aa124e is #990066. Color #aa124e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010010 01001110
Octal 252 22 116
Decimal 170 18 78
Hex AA 12 4E

RGB Percentages of Color #aa124e

%63.91
%6.77
%29.32

CMYK Percentages of Color #aa124e

%0
%89
%54
%33

Triadic Colors of #aa124e

#aa124e #4eaa12 #124eaa

Analogous Colors of #aa124e

#aa124e #aa2212 #aa129a

Monochromatic Colors of #aa124e

#aa124e

Complementary Color

#aa124e #12aa6e

#aa124e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa124e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa124e Color CSS Codes

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

#aa124e Text Font Color

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

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


#aa124e Background Color

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

This div background color is #aa124e


#aa124e Border Color

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

This div border color is #aa124e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa124e


Comments

No comments written yet.

Please login to write comment.