Color Hex Logo

#8c393e Color Hex

#8C393E
(140,57,62)
0 Favorites   0 Comments

Color spaces of #8c393e

RGB 1405762
HSL0.990.420.39
HSV356°59°55°
CMYK 0.000.590.56   0.45
XYZ13.14788.84955.5726
Yxy8.84950.47690.3210
Hunter Lab29.748126.83269.7171
CIE-Lab35.692935.773714.8701

#8c393e color RGB value is (140,57,62).

#8c393e hex color red value is 140, green value is 57 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #8c393e hue: 0.99 , saturation: 0.42 and the lightness value of 8c393e is 0.39.

The process color (four color CMYK) of #8c393e color hex is 0.00, 0.59, 0.56, 0.45. Web safe color of #8c393e is #993333. Color #8c393e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00111001 00111110
Octal 214 71 76
Decimal 140 57 62
Hex 8C 39 3E

RGB Percentages of Color #8c393e

%54.05
%22.01
%23.94

CMYK Percentages of Color #8c393e

%0
%59
%56
%45

Triadic Colors of #8c393e

#8c393e #3e8c39 #393e8c

Analogous Colors of #8c393e

#8c393e #8c5e39 #8c3968

Monochromatic Colors of #8c393e

#8c393e

Complementary Color

#8c393e #398c87

#8c393e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c393e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c393e Color CSS Codes

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

#8c393e Text Font Color

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

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


#8c393e Background Color

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

This div background color is #8c393e


#8c393e Border Color

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

This div border color is #8c393e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c393e


Comments

No comments written yet.

Please login to write comment.