Color Hex Logo

#aa098a Color Hex

#AA098A
(170,9,138)
0 Favorites   0 Comments

Color spaces of #aa098a

RGB 1709138
HSL0.870.900.35
HSV312°95°67°
CMYK 0.000.950.19   0.33
XYZ21.262710.576424.9655
Yxy10.57640.37430.1862
Hunter Lab32.521459.7921-22.7499
CIE-Lab38.857767.0711-27.8297

#aa098a color RGB value is (170,9,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001001 10001010
Octal 252 11 212
Decimal 170 9 138
Hex AA 9 8A

RGB Percentages of Color #aa098a

%53.63
%2.84
%43.53

CMYK Percentages of Color #aa098a

%0
%95
%19
%33

Triadic Colors of #aa098a

#aa098a #8aaa09 #098aaa

Analogous Colors of #aa098a

#aa098a #aa093a #7a09aa

Monochromatic Colors of #aa098a

#aa098a

Complementary Color

#aa098a #09aa29

#aa098a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa098a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa098a Color CSS Codes

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

#aa098a Text Font Color

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

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


#aa098a Background Color

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

This div background color is #aa098a


#aa098a Border Color

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

This div border color is #aa098a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa098a


Comments

No comments written yet.

Please login to write comment.