Color Hex Logo

#a8139e Color Hex

#A8139E
(168,19,158)
0 Favorites   0 Comments

Color spaces of #a8139e

RGB 16819158
HSL0.840.800.37
HSV304°89°66°
CMYK 0.000.890.06   0.34
XYZ22.552911.259233.3323
Yxy11.25920.33590.1677
Hunter Lab33.554761.2531-35.4087
CIE-Lab40.013668.1075-38.2170

#a8139e color RGB value is (168,19,158).

#a8139e hex color red value is 168, green value is 19 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #a8139e hue: 0.84 , saturation: 0.80 and the lightness value of a8139e is 0.37.

The process color (four color CMYK) of #a8139e color hex is 0.00, 0.89, 0.06, 0.34. Web safe color of #a8139e is #990099. Color #a8139e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010011 10011110
Octal 250 23 236
Decimal 168 19 158
Hex A8 13 9E

RGB Percentages of Color #a8139e

%48.70
%5.51
%45.80

CMYK Percentages of Color #a8139e

%0
%89
%6
%34

Triadic Colors of #a8139e

#a8139e #9ea813 #139ea8

Analogous Colors of #a8139e

#a8139e #a81353 #6813a8

Monochromatic Colors of #a8139e

#a8139e

Complementary Color

#a8139e #13a81d

#a8139e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8139e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8139e Color CSS Codes

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

#a8139e Text Font Color

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

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


#a8139e Background Color

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

This div background color is #a8139e


#a8139e Border Color

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

This div border color is #a8139e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,19,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8139e


Comments

No comments written yet.

Please login to write comment.