Color Hex Logo

#86136f Color Hex

#86136F
(134,19,111)
0 Favorites   0 Comments

Color spaces of #86136f

RGB 13419111
HSL0.870.750.30
HSV312°86°53°
CMYK 0.000.860.17   0.47
XYZ12.93366.681815.6470
Yxy6.68180.36680.1895
Hunter Lab25.849244.0762-17.7949
CIE-Lab31.071354.2826-23.6006

#86136f color RGB value is (134,19,111).

#86136f hex color red value is 134, green value is 19 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #86136f hue: 0.87 , saturation: 0.75 and the lightness value of 86136f is 0.30.

The process color (four color CMYK) of #86136f color hex is 0.00, 0.86, 0.17, 0.47. Web safe color of #86136f is #990066. Color #86136f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00010011 01101111
Octal 206 23 157
Decimal 134 19 111
Hex 86 13 6F

RGB Percentages of Color #86136f

%50.76
%7.20
%42.05

CMYK Percentages of Color #86136f

%0
%86
%17
%47

Triadic Colors of #86136f

#86136f #6f8613 #136f86

Analogous Colors of #86136f

#86136f #861335 #641386

Monochromatic Colors of #86136f

#86136f

Complementary Color

#86136f #13862a

#86136f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86136f Color Preview on White Background

Lorem ipsum dolor sit amet.

#86136f Color CSS Codes

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

#86136f Text Font Color

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

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


#86136f Background Color

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

This div background color is #86136f


#86136f Border Color

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

This div border color is #86136f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86136f


Comments

No comments written yet.

Please login to write comment.