Color Hex Logo

#a8098a Color Hex

#A8098A
(168,9,138)
0 Favorites   0 Comments

Color spaces of #a8098a

RGB 1689138
HSL0.860.900.35
HSV311°95°66°
CMYK 0.000.950.18   0.34
XYZ20.833610.355224.9455
Yxy10.35520.37110.1845
Hunter Lab32.179559.2501-23.4359
CIE-Lab38.472566.6755-28.4610

#a8098a color RGB value is (168,9,138).

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

The process color (four color CMYK) of #a8098a color hex is 0.00, 0.95, 0.18, 0.34. Web safe color of #a8098a is #990099. Color #a8098a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00001001 10001010
Octal 250 11 212
Decimal 168 9 138
Hex A8 9 8A

RGB Percentages of Color #a8098a

%53.33
%2.86
%43.81

CMYK Percentages of Color #a8098a

%0
%95
%18
%34

Triadic Colors of #a8098a

#a8098a #8aa809 #098aa8

Analogous Colors of #a8098a

#a8098a #a8093b #7709a8

Monochromatic Colors of #a8098a

#a8098a

Complementary Color

#a8098a #09a827

#a8098a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8098a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8098a Color CSS Codes

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

#a8098a Text Font Color

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

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


#a8098a Background Color

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

This div background color is #a8098a


#a8098a Border Color

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

This div border color is #a8098a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8098a


Comments

No comments written yet.

Please login to write comment.