Color Hex Logo

#8f211d Color Hex

#8F211D
(143,33,29)
0 Favorites   0 Comments

Color spaces of #8f211d

RGB 1433329
HSL0.010.660.34
HSV80°56°
CMYK 0.000.770.80   0.44
XYZ12.09337.01611.8792
Yxy7.01610.57620.3343
Hunter Lab26.487935.141914.3352
CIE-Lab31.843545.259030.8035

#8f211d color RGB value is (143,33,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 00100001 00011101
Octal 217 41 35
Decimal 143 33 29
Hex 8F 21 1D

RGB Percentages of Color #8f211d

%69.76
%16.10
%14.15

CMYK Percentages of Color #8f211d

%0
%77
%80
%44

Triadic Colors of #8f211d

#8f211d #1d8f21 #211d8f

Analogous Colors of #8f211d

#8f211d #8f5a1d #8f1d52

Monochromatic Colors of #8f211d

#8f211d

Complementary Color

#8f211d #1d8b8f

#8f211d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f211d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f211d Color CSS Codes

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

#8f211d Text Font Color

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

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


#8f211d Background Color

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

This div background color is #8f211d


#8f211d Border Color

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

This div border color is #8f211d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,33,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 #8f211d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f211d


Comments

No comments written yet.

Please login to write comment.