Color Hex Logo

#aa0832 Color Hex

#AA0832
(170,8,50)
0 Favorites   0 Comments

Color spaces of #aa0832

RGB 170850
HSL0.960.910.35
HSV344°95°67°
CMYK 0.000.950.71   0.33
XYZ17.24018.95003.8365
Yxy8.95000.57420.2981
Hunter Lab29.916650.510813.3382
CIE-Lab35.887859.378523.8943

#aa0832 color RGB value is (170,8,50).

#aa0832 hex color red value is 170, green value is 8 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #aa0832 hue: 0.96 , saturation: 0.91 and the lightness value of aa0832 is 0.35.

The process color (four color CMYK) of #aa0832 color hex is 0.00, 0.95, 0.71, 0.33. Web safe color of #aa0832 is #990033. Color #aa0832 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001000 00110010
Octal 252 10 62
Decimal 170 8 50
Hex AA 8 32

RGB Percentages of Color #aa0832

%74.56
%3.51
%21.93

CMYK Percentages of Color #aa0832

%0
%95
%71
%33

Triadic Colors of #aa0832

#aa0832 #32aa08 #0832aa

Analogous Colors of #aa0832

#aa0832 #aa2f08 #aa0883

Monochromatic Colors of #aa0832

#aa0832

Complementary Color

#aa0832 #08aa80

#aa0832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0832 Color CSS Codes

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

#aa0832 Text Font Color

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

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


#aa0832 Background Color

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

This div background color is #aa0832


#aa0832 Border Color

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

This div border color is #aa0832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0832


Comments

No comments written yet.

Please login to write comment.