Color Hex Logo

#8c475a Color Hex

#8C475A
(140,71,90)
0 Favorites   0 Comments

Color spaces of #8c475a

RGB 1407190
HSL0.950.330.41
HSV343°49°55°
CMYK 0.000.490.36   0.45
XYZ14.913910.820110.9753
Yxy10.82010.40630.2948
Hunter Lab32.893923.36643.2432
CIE-Lab39.275831.42572.2247

#8c475a color RGB value is (140,71,90).

#8c475a hex color red value is 140, green value is 71 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #8c475a hue: 0.95 , saturation: 0.33 and the lightness value of 8c475a is 0.41.

The process color (four color CMYK) of #8c475a color hex is 0.00, 0.49, 0.36, 0.45. Web safe color of #8c475a is #993366. Color #8c475a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01000111 01011010
Octal 214 107 132
Decimal 140 71 90
Hex 8C 47 5A

RGB Percentages of Color #8c475a

%46.51
%23.59
%29.90

CMYK Percentages of Color #8c475a

%0
%49
%36
%45

Triadic Colors of #8c475a

#8c475a #5a8c47 #475a8c

Analogous Colors of #8c475a

#8c475a #8c5747 #8c477d

Monochromatic Colors of #8c475a

#8c475a

Complementary Color

#8c475a #478c79

#8c475a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c475a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c475a Color CSS Codes

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

#8c475a Text Font Color

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

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


#8c475a Background Color

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

This div background color is #8c475a


#8c475a Border Color

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

This div border color is #8c475a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c475a


Comments

No comments written yet.

Please login to write comment.