Color Hex Logo

#8c7280 Color Hex

#8C7280
(140,114,128)
0 Favorites   0 Comments

Color spaces of #8c7280

RGB 140114128
HSL0.910.100.50
HSV328°19°55°
CMYK 0.000.190.09   0.45
XYZ20.728819.168623.0295
Yxy19.16860.32940.3046
Hunter Lab43.78207.8933-0.5394
CIE-Lab50.883912.6719-3.8451

#8c7280 color RGB value is (140,114,128).

#8c7280 hex color red value is 140, green value is 114 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #8c7280 hue: 0.91 , saturation: 0.10 and the lightness value of 8c7280 is 0.50.

The process color (four color CMYK) of #8c7280 color hex is 0.00, 0.19, 0.09, 0.45. Web safe color of #8c7280 is #996699. Color #8c7280 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01110010 10000000
Octal 214 162 200
Decimal 140 114 128
Hex 8C 72 80

RGB Percentages of Color #8c7280

%36.65
%29.84
%33.51

CMYK Percentages of Color #8c7280

%0
%19
%9
%45

Triadic Colors of #8c7280

#8c7280 #808c72 #72808c

Analogous Colors of #8c7280

#8c7280 #8c7273 #8b728c

Monochromatic Colors of #8c7280

#8c7280

Complementary Color

#8c7280 #728c7e

#8c7280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c7280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c7280 Color CSS Codes

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

#8c7280 Text Font Color

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

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


#8c7280 Background Color

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

This div background color is #8c7280


#8c7280 Border Color

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

This div border color is #8c7280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c7280


Comments

No comments written yet.

Please login to write comment.