Color Hex Logo

#8f515e Color Hex

#8F515E
(143,81,94)
0 Favorites   0 Comments

Color spaces of #8f515e

RGB 1438194
HSL0.970.280.44
HSV347°43°56°
CMYK 0.000.430.34   0.44
XYZ16.290512.532712.1501
Yxy12.53270.39760.3059
Hunter Lab35.401620.18654.4323
CIE-Lab42.050527.52023.7996

#8f515e color RGB value is (143,81,94).

#8f515e hex color red value is 143, green value is 81 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #8f515e hue: 0.97 , saturation: 0.28 and the lightness value of 8f515e is 0.44.

The process color (four color CMYK) of #8f515e color hex is 0.00, 0.43, 0.34, 0.44. Web safe color of #8f515e is #996666. Color #8f515e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01010001 01011110
Octal 217 121 136
Decimal 143 81 94
Hex 8F 51 5E

RGB Percentages of Color #8f515e

%44.97
%25.47
%29.56

CMYK Percentages of Color #8f515e

%0
%43
%34
%44

Triadic Colors of #8f515e

#8f515e #5e8f51 #515e8f

Analogous Colors of #8f515e

#8f515e #8f6351 #8f517d

Monochromatic Colors of #8f515e

#8f515e

Complementary Color

#8f515e #518f82

#8f515e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f515e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f515e Color CSS Codes

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

#8f515e Text Font Color

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

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


#8f515e Background Color

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

This div background color is #8f515e


#8f515e Border Color

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

This div border color is #8f515e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f515e


Comments

No comments written yet.

Please login to write comment.