Color Hex Logo

#8c8088 Color Hex

#8C8088
(140,128,136)
0 Favorites   0 Comments

Color spaces of #8c8088

RGB 140128136
HSL0.890.050.53
HSV320°55°
CMYK 0.000.090.03   0.45
XYZ22.978322.791426.4806
Yxy22.79140.31800.3155
Hunter Lab47.74032.36970.5313
CIE-Lab54.85686.0624-2.6727

#8c8088 color RGB value is (140,128,136).

#8c8088 hex color red value is 140, green value is 128 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #8c8088 hue: 0.89 , saturation: 0.05 and the lightness value of 8c8088 is 0.53.

The process color (four color CMYK) of #8c8088 color hex is 0.00, 0.09, 0.03, 0.45. Web safe color of #8c8088 is #999999. Color #8c8088 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10000000 10001000
Octal 214 200 210
Decimal 140 128 136
Hex 8C 80 88

RGB Percentages of Color #8c8088

%34.65
%31.68
%33.66

CMYK Percentages of Color #8c8088

%0
%9
%3
%45

Triadic Colors of #8c8088

#8c8088 #888c80 #80888c

Analogous Colors of #8c8088

#8c8088 #8c8082 #8a808c

Monochromatic Colors of #8c8088

#8c8088

Complementary Color

#8c8088 #808c84

#8c8088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c8088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c8088 Color CSS Codes

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

#8c8088 Text Font Color

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

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


#8c8088 Background Color

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

This div background color is #8c8088


#8c8088 Border Color

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

This div border color is #8c8088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c8088


Comments

No comments written yet.

Please login to write comment.