Color Hex Logo

#860187 Color Hex

#860187
(134,1,135)
0 Favorites   0 Comments

Color spaces of #860187

RGB 1341135
HSL0.830.990.27
HSV300°99°53°
CMYK 0.010.990.00   0.47
XYZ14.21556.839323.4925
Yxy6.83930.31910.1535
Hunter Lab26.152151.2613-34.9540
CIE-Lab31.438260.9312-38.1653

#860187 color RGB value is (134,1,135).

#860187 hex color red value is 134, green value is 1 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #860187 hue: 0.83 , saturation: 0.99 and the lightness value of 860187 is 0.27.

The process color (four color CMYK) of #860187 color hex is 0.01, 0.99, 0.00, 0.47. Web safe color of #860187 is #990099. Color #860187 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00000001 10000111
Octal 206 1 207
Decimal 134 1 135
Hex 86 1 87

RGB Percentages of Color #860187

%49.63
%0.37
%50.00

CMYK Percentages of Color #860187

%1
%99
%0
%47

Triadic Colors of #860187

#860187 #878601 #018786

Analogous Colors of #860187

#860187 #870145 #430187

Monochromatic Colors of #860187

#860187

Complementary Color

#860187 #028701

#860187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#860187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#860187 Color CSS Codes

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

#860187 Text Font Color

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

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


#860187 Background Color

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

This div background color is #860187


#860187 Border Color

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

This div border color is #860187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #860187


Comments

No comments written yet.

Please login to write comment.