Color Hex Logo

#8c3942 Color Hex

#8C3942
(140,57,66)
0 Favorites   0 Comments

Color spaces of #8c3942

RGB 1405766
HSL0.980.420.39
HSV353°59°55°
CMYK 0.000.590.53   0.45
XYZ13.26178.89516.1722
Yxy8.89510.46810.3140
Hunter Lab29.824727.17798.6072
CIE-Lab35.781536.136212.4498

#8c3942 color RGB value is (140,57,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 00111001 01000010
Octal 214 71 102
Decimal 140 57 66
Hex 8C 39 42

RGB Percentages of Color #8c3942

%53.23
%21.67
%25.10

CMYK Percentages of Color #8c3942

%0
%59
%53
%45

Triadic Colors of #8c3942

#8c3942 #428c39 #39428c

Analogous Colors of #8c3942

#8c3942 #8c5a39 #8c396c

Monochromatic Colors of #8c3942

#8c3942

Complementary Color

#8c3942 #398c83

#8c3942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c3942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c3942 Color CSS Codes

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

#8c3942 Text Font Color

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

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


#8c3942 Background Color

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

This div background color is #8c3942


#8c3942 Border Color

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

This div border color is #8c3942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c3942


Comments

No comments written yet.

Please login to write comment.