Color Hex Logo

#aa123f Color Hex

#AA123F
(170,18,63)
0 Favorites   0 Comments

Color spaces of #aa123f

RGB 1701863
HSL0.950.810.37
HSV342°89°67°
CMYK 0.000.890.63   0.33
XYZ17.69119.33755.5725
Yxy9.33750.54270.2864
Hunter Lab30.557349.866910.5779
CIE-Lab36.626158.643016.4796

#aa123f color RGB value is (170,18,63).

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

The process color (four color CMYK) of #aa123f color hex is 0.00, 0.89, 0.63, 0.33. Web safe color of #aa123f is #990033. Color #aa123f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010010 00111111
Octal 252 22 77
Decimal 170 18 63
Hex AA 12 3F

RGB Percentages of Color #aa123f

%67.73
%7.17
%25.10

CMYK Percentages of Color #aa123f

%0
%89
%63
%33

Triadic Colors of #aa123f

#aa123f #3faa12 #123faa

Analogous Colors of #aa123f

#aa123f #aa3112 #aa128b

Monochromatic Colors of #aa123f

#aa123f

Complementary Color

#aa123f #12aa7d

#aa123f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa123f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa123f Color CSS Codes

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

#aa123f Text Font Color

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

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


#aa123f Background Color

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

This div background color is #aa123f


#aa123f Border Color

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

This div border color is #aa123f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa123f


Comments

No comments written yet.

Please login to write comment.