Color Hex Logo

#868387 Color Hex

#868387
(134,131,135)
0 Favorites   0 Comments

Color spaces of #868387

RGB 134131135
HSL0.790.020.52
HSV285°53°
CMYK 0.010.030.00   0.47
XYZ22.321023.050226.1944
Yxy23.05020.31190.3221
Hunter Lab48.0106-1.03071.2591
CIE-Lab55.12401.9120-1.7607

#868387 color RGB value is (134,131,135).

#868387 hex color red value is 134, green value is 131 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #868387 hue: 0.79 , saturation: 0.02 and the lightness value of 868387 is 0.52.

The process color (four color CMYK) of #868387 color hex is 0.01, 0.03, 0.00, 0.47. Web safe color of #868387 is #999999. Color #868387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10000011 10000111
Octal 206 203 207
Decimal 134 131 135
Hex 86 83 87

RGB Percentages of Color #868387

%33.50
%32.75
%33.75

CMYK Percentages of Color #868387

%1
%3
%0
%47

Triadic Colors of #868387

#868387 #878683 #838786

Analogous Colors of #868387

#868387 #878386 #848387

Monochromatic Colors of #868387

#868387

Complementary Color

#868387 #848783

#868387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#868387 Color CSS Codes

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

#868387 Text Font Color

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

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


#868387 Background Color

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

This div background color is #868387


#868387 Border Color

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

This div border color is #868387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868387


Comments

No comments written yet.

Please login to write comment.