Color Hex Logo

#aa0891 Color Hex

#AA0891
(170,8,145)
0 Favorites   0 Comments

Color spaces of #aa0891

RGB 1708145
HSL0.860.910.35
HSV309°95°67°
CMYK 0.000.950.15   0.33
XYZ21.775210.764027.7180
Yxy10.76400.36140.1786
Hunter Lab32.808561.0565-27.1247
CIE-Lab39.180168.1006-31.6165

#aa0891 color RGB value is (170,8,145).

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

The process color (four color CMYK) of #aa0891 color hex is 0.00, 0.95, 0.15, 0.33. Web safe color of #aa0891 is #990099. Color #aa0891 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001000 10010001
Octal 252 10 221
Decimal 170 8 145
Hex AA 8 91

RGB Percentages of Color #aa0891

%52.63
%2.48
%44.89

CMYK Percentages of Color #aa0891

%0
%95
%15
%33

Triadic Colors of #aa0891

#aa0891 #91aa08 #0891aa

Analogous Colors of #aa0891

#aa0891 #aa0840 #7208aa

Monochromatic Colors of #aa0891

#aa0891

Complementary Color

#aa0891 #08aa21

#aa0891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0891 Color CSS Codes

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

#aa0891 Text Font Color

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

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


#aa0891 Background Color

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

This div background color is #aa0891


#aa0891 Border Color

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

This div border color is #aa0891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0891


Comments

No comments written yet.

Please login to write comment.