Color Hex Logo

#8f705c Color Hex

#8F705C
(143,112,92)
0 Favorites   0 Comments

Color spaces of #8f705c

RGB 14311292
HSL0.070.220.46
HSV24°36°56°
CMYK 0.000.220.36   0.44
XYZ19.053618.200712.6341
Yxy18.20070.38190.3648
Hunter Lab42.66235.061712.3053
CIE-Lab49.73869.272015.7930

#8f705c color RGB value is (143,112,92).

#8f705c hex color red value is 143, green value is 112 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #8f705c hue: 0.07 , saturation: 0.22 and the lightness value of 8f705c is 0.46.

The process color (four color CMYK) of #8f705c color hex is 0.00, 0.22, 0.36, 0.44. Web safe color of #8f705c is #996666. Color #8f705c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01110000 01011100
Octal 217 160 134
Decimal 143 112 92
Hex 8F 70 5C

RGB Percentages of Color #8f705c

%41.21
%32.28
%26.51

CMYK Percentages of Color #8f705c

%0
%22
%36
%44

Triadic Colors of #8f705c

#8f705c #5c8f70 #705c8f

Analogous Colors of #8f705c

#8f705c #8f8a5c #8f5c62

Monochromatic Colors of #8f705c

#8f705c

Complementary Color

#8f705c #5c7b8f

#8f705c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f705c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f705c Color CSS Codes

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

#8f705c Text Font Color

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

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


#8f705c Background Color

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

This div background color is #8f705c


#8f705c Border Color

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

This div border color is #8f705c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,112,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8f705c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8f705c;
  -webkit-box-shadow: 1px 1px 3px 2px #8f705c;
  box-shadow:         1px 1px 3px 2px #8f705c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,112,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f705c


Comments

No comments written yet.

Please login to write comment.