Color Hex Logo

#8c879d Color Hex

#8C879D
(140,135,157)
0 Favorites   0 Comments

Color spaces of #8c879d

RGB 140135157
HSL0.700.100.57
HSV254°14°62°
CMYK 0.110.140.00   0.38
XYZ25.565025.337735.4415
Yxy25.33770.29610.2934
Hunter Lab50.33662.5678-6.5099
CIE-Lab57.40306.3624-11.0206

#8c879d color RGB value is (140,135,157).

#8c879d hex color red value is 140, green value is 135 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #8c879d hue: 0.70 , saturation: 0.10 and the lightness value of 8c879d is 0.57.

The process color (four color CMYK) of #8c879d color hex is 0.11, 0.14, 0.00, 0.38. Web safe color of #8c879d is #999999. Color #8c879d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10000111 10011101
Octal 214 207 235
Decimal 140 135 157
Hex 8C 87 9D

RGB Percentages of Color #8c879d

%32.41
%31.25
%36.34

CMYK Percentages of Color #8c879d

%11
%14
%0
%38

Triadic Colors of #8c879d

#8c879d #9d8c87 #879d8c

Analogous Colors of #8c879d

#8c879d #97879d #878d9d

Monochromatic Colors of #8c879d

#8c879d

Complementary Color

#8c879d #989d87

#8c879d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c879d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c879d Color CSS Codes

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

#8c879d Text Font Color

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

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


#8c879d Background Color

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

This div background color is #8c879d


#8c879d Border Color

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

This div border color is #8c879d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c879d


Comments

No comments written yet.

Please login to write comment.