Color Hex Logo

#8f500d Color Hex

#8F500D
(143,80,13)
0 Favorites   0 Comments

Color spaces of #8f500d

RGB 1438013
HSL0.090.830.31
HSV31°91°56°
CMYK 0.000.440.91   0.44
XYZ14.269011.60601.8689
Yxy11.60600.51430.4183
Hunter Lab34.067615.145420.5947
CIE-Lab40.582921.846945.9660

#8f500d color RGB value is (143,80,13).

#8f500d hex color red value is 143, green value is 80 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #8f500d hue: 0.09 , saturation: 0.83 and the lightness value of 8f500d is 0.31.

The process color (four color CMYK) of #8f500d color hex is 0.00, 0.44, 0.91, 0.44. Web safe color of #8f500d is #996600. Color #8f500d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01010000 00001101
Octal 217 120 15
Decimal 143 80 13
Hex 8F 50 D

RGB Percentages of Color #8f500d

%60.59
%33.90
%5.51

CMYK Percentages of Color #8f500d

%0
%44
%91
%44

Triadic Colors of #8f500d

#8f500d #0d8f50 #500d8f

Analogous Colors of #8f500d

#8f500d #8d8f0d #8f0f0d

Monochromatic Colors of #8f500d

#8f500d

Complementary Color

#8f500d #0d4c8f

#8f500d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f500d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f500d Color CSS Codes

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

#8f500d Text Font Color

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

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


#8f500d Background Color

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

This div background color is #8f500d


#8f500d Border Color

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

This div border color is #8f500d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f500d


Comments

No comments written yet.

Please login to write comment.