Color Hex Logo

#aa0953 Color Hex

#AA0953
(170,9,83)
0 Favorites   0 Comments

Color spaces of #aa0953

RGB 170983
HSL0.920.900.35
HSV332°95°67°
CMYK 0.000.950.51   0.33
XYZ18.23669.36609.0302
Yxy9.36600.49780.2557
Hunter Lab30.603952.80973.9282
CIE-Lab36.679661.31713.6084

#aa0953 color RGB value is (170,9,83).

#aa0953 hex color red value is 170, green value is 9 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #aa0953 hue: 0.92 , saturation: 0.90 and the lightness value of aa0953 is 0.35.

The process color (four color CMYK) of #aa0953 color hex is 0.00, 0.95, 0.51, 0.33. Web safe color of #aa0953 is #990066. Color #aa0953 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001001 01010011
Octal 252 11 123
Decimal 170 9 83
Hex AA 9 53

RGB Percentages of Color #aa0953

%64.89
%3.44
%31.68

CMYK Percentages of Color #aa0953

%0
%95
%51
%33

Triadic Colors of #aa0953

#aa0953 #53aa09 #0953aa

Analogous Colors of #aa0953

#aa0953 #aa1009 #aa09a4

Monochromatic Colors of #aa0953

#aa0953

Complementary Color

#aa0953 #09aa60

#aa0953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0953 Color CSS Codes

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

#aa0953 Text Font Color

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

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


#aa0953 Background Color

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

This div background color is #aa0953


#aa0953 Border Color

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

This div border color is #aa0953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0953


Comments

No comments written yet.

Please login to write comment.