Color Hex Logo

#a8139f Color Hex

#A8139F
(168,19,159)
0 Favorites   0 Comments

Color spaces of #a8139f

RGB 16819159
HSL0.840.800.37
HSV304°89°66°
CMYK 0.000.890.05   0.34
XYZ22.639311.293833.7876
Yxy11.29380.33430.1668
Hunter Lab33.606261.4380-36.0856
CIE-Lab40.071068.2552-38.7292

#a8139f color RGB value is (168,19,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010011 10011111
Octal 250 23 237
Decimal 168 19 159
Hex A8 13 9F

RGB Percentages of Color #a8139f

%48.55
%5.49
%45.95

CMYK Percentages of Color #a8139f

%0
%89
%5
%34

Triadic Colors of #a8139f

#a8139f #9fa813 #139fa8

Analogous Colors of #a8139f

#a8139f #a81354 #6713a8

Monochromatic Colors of #a8139f

#a8139f

Complementary Color

#a8139f #13a81c

#a8139f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8139f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8139f Color CSS Codes

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

#a8139f Text Font Color

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

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


#a8139f Background Color

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

This div background color is #a8139f


#a8139f Border Color

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

This div border color is #a8139f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8139f


Comments

No comments written yet.

Please login to write comment.