Color Hex Logo

#aa089b Color Hex

#AA089B
(170,8,155)
0 Favorites   0 Comments

Color spaces of #aa089b

RGB 1708155
HSL0.850.910.35
HSV306°95°67°
CMYK 0.000.950.09   0.33
XYZ22.580811.086331.9601
Yxy11.08630.34410.1689
Hunter Lab33.296162.7873-33.6037
CIE-Lab39.725469.4773-36.8383

#aa089b color RGB value is (170,8,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001000 10011011
Octal 252 10 233
Decimal 170 8 155
Hex AA 8 9B

RGB Percentages of Color #aa089b

%51.05
%2.40
%46.55

CMYK Percentages of Color #aa089b

%0
%95
%9
%33

Triadic Colors of #aa089b

#aa089b #9baa08 #089baa

Analogous Colors of #aa089b

#aa089b #aa084a #6808aa

Monochromatic Colors of #aa089b

#aa089b

Complementary Color

#aa089b #08aa17

#aa089b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa089b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa089b Color CSS Codes

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

#aa089b Text Font Color

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

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


#aa089b Background Color

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

This div background color is #aa089b


#aa089b Border Color

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

This div border color is #aa089b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa089b


Comments

No comments written yet.

Please login to write comment.