Color Hex Logo

#aa1856 Color Hex

#AA1856
(170,24,86)
0 Favorites   0 Comments

Color spaces of #aa1856

RGB 1702486
HSL0.930.750.38
HSV335°86°67°
CMYK 0.000.860.49   0.33
XYZ18.58399.87129.7299
Yxy9.87120.48670.2585
Hunter Lab31.418550.59973.6316
CIE-Lab37.610359.12493.0160

#aa1856 color RGB value is (170,24,86).

#aa1856 hex color red value is 170, green value is 24 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #aa1856 hue: 0.93 , saturation: 0.75 and the lightness value of aa1856 is 0.38.

The process color (four color CMYK) of #aa1856 color hex is 0.00, 0.86, 0.49, 0.33. Web safe color of #aa1856 is #990066. Color #aa1856 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00011000 01010110
Octal 252 30 126
Decimal 170 24 86
Hex AA 18 56

RGB Percentages of Color #aa1856

%60.71
%8.57
%30.71

CMYK Percentages of Color #aa1856

%0
%86
%49
%33

Triadic Colors of #aa1856

#aa1856 #56aa18 #1856aa

Analogous Colors of #aa1856

#aa1856 #aa2318 #aa189f

Monochromatic Colors of #aa1856

#aa1856

Complementary Color

#aa1856 #18aa6c

#aa1856 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1856 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1856 Color CSS Codes

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

#aa1856 Text Font Color

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

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


#aa1856 Background Color

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

This div background color is #aa1856


#aa1856 Border Color

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

This div border color is #aa1856


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1856


Comments

No comments written yet.

Please login to write comment.