Color Hex Logo

#86116b Color Hex

#86116B
(134,17,107)
0 Favorites   0 Comments

Color spaces of #86116b

RGB 13417107
HSL0.870.770.30
HSV314°87°53°
CMYK 0.000.870.20   0.47
XYZ12.68586.530814.5019
Yxy6.53080.37620.1937
Hunter Lab25.555443.8860-15.7564
CIE-Lab30.714054.1696-21.5961

#86116b color RGB value is (134,17,107).

#86116b hex color red value is 134, green value is 17 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #86116b hue: 0.87 , saturation: 0.77 and the lightness value of 86116b is 0.30.

The process color (four color CMYK) of #86116b color hex is 0.00, 0.87, 0.20, 0.47. Web safe color of #86116b is #990066. Color #86116b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00010001 01101011
Octal 206 21 153
Decimal 134 17 107
Hex 86 11 6B

RGB Percentages of Color #86116b

%51.94
%6.59
%41.47

CMYK Percentages of Color #86116b

%0
%87
%20
%47

Triadic Colors of #86116b

#86116b #6b8611 #116b86

Analogous Colors of #86116b

#86116b #861131 #671186

Monochromatic Colors of #86116b

#86116b

Complementary Color

#86116b #11862c

#86116b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86116b Color Preview on White Background

Lorem ipsum dolor sit amet.

#86116b Color CSS Codes

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

#86116b Text Font Color

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

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


#86116b Background Color

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

This div background color is #86116b


#86116b Border Color

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

This div border color is #86116b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,17,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86116b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86116b;
  -webkit-box-shadow: 1px 1px 3px 2px #86116b;
  box-shadow:         1px 1px 3px 2px #86116b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,17,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86116b


Comments

No comments written yet.

Please login to write comment.