Color Hex Logo

#8c869f Color Hex

#8C869F
(140,134,159)
0 Favorites   0 Comments

Color spaces of #8c869f

RGB 140134159
HSL0.710.120.57
HSV254°16°62°
CMYK 0.120.160.00   0.38
XYZ25.598325.128836.3021
Yxy25.12880.29410.2887
Hunter Lab50.12863.4263-7.8465
CIE-Lab57.20077.3744-12.4740

#8c869f color RGB value is (140,134,159).

#8c869f hex color red value is 140, green value is 134 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #8c869f hue: 0.71 , saturation: 0.12 and the lightness value of 8c869f is 0.57.

The process color (four color CMYK) of #8c869f color hex is 0.12, 0.16, 0.00, 0.38. Web safe color of #8c869f is #999999. Color #8c869f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10000110 10011111
Octal 214 206 237
Decimal 140 134 159
Hex 8C 86 9F

RGB Percentages of Color #8c869f

%32.33
%30.95
%36.72

CMYK Percentages of Color #8c869f

%12
%16
%0
%38

Triadic Colors of #8c869f

#8c869f #9f8c86 #869f8c

Analogous Colors of #8c869f

#8c869f #99869f #868d9f

Monochromatic Colors of #8c869f

#8c869f

Complementary Color

#8c869f #999f86

#8c869f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c869f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c869f Color CSS Codes

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

#8c869f Text Font Color

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

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


#8c869f Background Color

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

This div background color is #8c869f


#8c869f Border Color

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

This div border color is #8c869f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c869f


Comments

No comments written yet.

Please login to write comment.