Color Hex Logo

#8f576f Color Hex

#8F576F
(143,87,111)
0 Favorites   0 Comments

Color spaces of #8f576f

RGB 14387111
HSL0.930.240.45
HSV334°39°56°
CMYK 0.000.390.22   0.44
XYZ17.605113.803716.7754
Yxy13.80370.36540.2865
Hunter Lab37.153319.5639-0.7632
CIE-Lab43.950126.6110-3.8558

#8f576f color RGB value is (143,87,111).

#8f576f hex color red value is 143, green value is 87 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #8f576f hue: 0.93 , saturation: 0.24 and the lightness value of 8f576f is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 01010111 01101111
Octal 217 127 157
Decimal 143 87 111
Hex 8F 57 6F

RGB Percentages of Color #8f576f

%41.94
%25.51
%32.55

CMYK Percentages of Color #8f576f

%0
%39
%22
%44

Triadic Colors of #8f576f

#8f576f #6f8f57 #576f8f

Analogous Colors of #8f576f

#8f576f #8f5b57 #8f578b

Monochromatic Colors of #8f576f

#8f576f

Complementary Color

#8f576f #578f77

#8f576f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f576f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f576f Color CSS Codes

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

#8f576f Text Font Color

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

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


#8f576f Background Color

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

This div background color is #8f576f


#8f576f Border Color

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

This div border color is #8f576f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f576f


Comments

No comments written yet.

Please login to write comment.