Color Hex Logo

#8a136f Color Hex

#8A136F
(138,19,111)
0 Favorites   0 Comments

Color spaces of #8a136f

RGB 13819111
HSL0.870.760.31
HSV314°86°54°
CMYK 0.000.860.20   0.46
XYZ13.58337.016715.6774
Yxy7.01670.37440.1934
Hunter Lab26.489145.1770-16.5481
CIE-Lab31.844955.1841-22.3345

#8a136f color RGB value is (138,19,111).

#8a136f hex color red value is 138, green value is 19 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #8a136f hue: 0.87 , saturation: 0.76 and the lightness value of 8a136f is 0.31.

The process color (four color CMYK) of #8a136f color hex is 0.00, 0.86, 0.20, 0.46. Web safe color of #8a136f is #990066. Color #8a136f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00010011 01101111
Octal 212 23 157
Decimal 138 19 111
Hex 8A 13 6F

RGB Percentages of Color #8a136f

%51.49
%7.09
%41.42

CMYK Percentages of Color #8a136f

%0
%86
%20
%46

Triadic Colors of #8a136f

#8a136f #6f8a13 #136f8a

Analogous Colors of #8a136f

#8a136f #8a1333 #6a138a

Monochromatic Colors of #8a136f

#8a136f

Complementary Color

#8a136f #138a2e

#8a136f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a136f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a136f Color CSS Codes

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

#8a136f Text Font Color

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

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


#8a136f Background Color

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

This div background color is #8a136f


#8a136f Border Color

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

This div border color is #8a136f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,19,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a136f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a136f;
  -webkit-box-shadow: 1px 1px 3px 2px #8a136f;
  box-shadow:         1px 1px 3px 2px #8a136f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a136f


Comments

No comments written yet.

Please login to write comment.