Color Hex Logo

#8f471d Color Hex

#8F471D
(143,71,29)
0 Favorites   0 Comments

Color spaces of #8f471d

RGB 1437129
HSL0.060.660.34
HSV22°80°56°
CMYK 0.000.500.80   0.44
XYZ13.802710.43482.4490
Yxy10.43480.51720.3910
Hunter Lab32.302919.741018.1171
CIE-Lab38.611727.416637.7027

#8f471d color RGB value is (143,71,29).

#8f471d hex color red value is 143, green value is 71 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #8f471d hue: 0.06 , saturation: 0.66 and the lightness value of 8f471d is 0.34.

The process color (four color CMYK) of #8f471d color hex is 0.00, 0.50, 0.80, 0.44. Web safe color of #8f471d is #993333. Color #8f471d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01000111 00011101
Octal 217 107 35
Decimal 143 71 29
Hex 8F 47 1D

RGB Percentages of Color #8f471d

%58.85
%29.22
%11.93

CMYK Percentages of Color #8f471d

%0
%50
%80
%44

Triadic Colors of #8f471d

#8f471d #1d8f47 #471d8f

Analogous Colors of #8f471d

#8f471d #8f801d #8f1d2c

Monochromatic Colors of #8f471d

#8f471d

Complementary Color

#8f471d #1d658f

#8f471d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f471d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f471d Color CSS Codes

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

#8f471d Text Font Color

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

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


#8f471d Background Color

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

This div background color is #8f471d


#8f471d Border Color

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

This div border color is #8f471d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f471d


Comments

No comments written yet.

Please login to write comment.