Color Hex Logo

#a0098a Color Hex

#A0098A
(160,9,138)
0 Favorites   0 Comments

Color spaces of #a0098a

RGB 1609138
HSL0.860.890.33
HSV309°94°63°
CMYK 0.000.940.14   0.37
XYZ19.18239.503924.8682
Yxy9.50390.35820.1775
Hunter Lab30.828457.1181-26.2473
CIE-Lab36.936965.1093-30.9821

#a0098a color RGB value is (160,9,138).

#a0098a hex color red value is 160, green value is 9 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #a0098a hue: 0.86 , saturation: 0.89 and the lightness value of a0098a is 0.33.

The process color (four color CMYK) of #a0098a color hex is 0.00, 0.94, 0.14, 0.37. Web safe color of #a0098a is #990099. Color #a0098a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001001 10001010
Octal 240 11 212
Decimal 160 9 138
Hex A0 9 8A

RGB Percentages of Color #a0098a

%52.12
%2.93
%44.95

CMYK Percentages of Color #a0098a

%0
%94
%14
%37

Triadic Colors of #a0098a

#a0098a #8aa009 #098aa0

Analogous Colors of #a0098a

#a0098a #a0093e #6b09a0

Monochromatic Colors of #a0098a

#a0098a

Complementary Color

#a0098a #09a01f

#a0098a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0098a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0098a Color CSS Codes

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

#a0098a Text Font Color

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

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


#a0098a Background Color

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

This div background color is #a0098a


#a0098a Border Color

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

This div border color is #a0098a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,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 #a0098a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0098a


Comments

No comments written yet.

Please login to write comment.