Color Hex Logo

#86187e Color Hex

#86187E
(134,24,126)
0 Favorites   0 Comments

Color spaces of #86187e

RGB 13424126
HSL0.850.700.31
HSV304°82°53°
CMYK 0.000.820.06   0.47
XYZ13.92407.228020.3999
Yxy7.22800.33510.1740
Hunter Lab26.884945.3984-26.1689
CIE-Lab32.320455.3020-31.1311

#86187e color RGB value is (134,24,126).

#86187e hex color red value is 134, green value is 24 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #86187e hue: 0.85 , saturation: 0.70 and the lightness value of 86187e is 0.31.

The process color (four color CMYK) of #86187e color hex is 0.00, 0.82, 0.06, 0.47. Web safe color of #86187e is #990066. Color #86187e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00011000 01111110
Octal 206 30 176
Decimal 134 24 126
Hex 86 18 7E

RGB Percentages of Color #86187e

%47.18
%8.45
%44.37

CMYK Percentages of Color #86187e

%0
%82
%6
%47

Triadic Colors of #86187e

#86187e #7e8618 #187e86

Analogous Colors of #86187e

#86187e #861847 #571886

Monochromatic Colors of #86187e

#86187e

Complementary Color

#86187e #188620

#86187e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86187e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86187e Color CSS Codes

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

#86187e Text Font Color

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

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


#86187e Background Color

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

This div background color is #86187e


#86187e Border Color

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

This div border color is #86187e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,24,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86187e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86187e;
  -webkit-box-shadow: 1px 1px 3px 2px #86187e;
  box-shadow:         1px 1px 3px 2px #86187e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86187e


Comments

No comments written yet.

Please login to write comment.