Color Hex Logo

#8f210a Color Hex

#8F210A
(143,33,10)
0 Favorites   0 Comments

Color spaces of #8f210a

RGB 1433310
HSL0.030.870.30
HSV10°93°56°
CMYK 0.000.770.93   0.44
XYZ11.92636.94930.9999
Yxy6.94930.60010.3496
Hunter Lab26.361534.623116.2042
CIE-Lab31.691244.752640.3441

#8f210a color RGB value is (143,33,10).

#8f210a hex color red value is 143, green value is 33 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #8f210a hue: 0.03 , saturation: 0.87 and the lightness value of 8f210a is 0.30.

The process color (four color CMYK) of #8f210a color hex is 0.00, 0.77, 0.93, 0.44. Web safe color of #8f210a is #993300. Color #8f210a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00100001 00001010
Octal 217 41 12
Decimal 143 33 10
Hex 8F 21 A

RGB Percentages of Color #8f210a

%76.88
%17.74
%5.38

CMYK Percentages of Color #8f210a

%0
%77
%93
%44

Triadic Colors of #8f210a

#8f210a #0a8f21 #210a8f

Analogous Colors of #8f210a

#8f210a #8f640a #8f0a36

Monochromatic Colors of #8f210a

#8f210a

Complementary Color

#8f210a #0a788f

#8f210a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f210a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f210a Color CSS Codes

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

#8f210a Text Font Color

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

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


#8f210a Background Color

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

This div background color is #8f210a


#8f210a Border Color

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

This div border color is #8f210a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f210a


Comments

No comments written yet.

Please login to write comment.