Color Hex Logo

#8d201e Color Hex

#8D201E
(141,32,30)
0 Favorites   0 Comments

Color spaces of #8d201e

RGB 1413230
HSL0.000.650.34
HSV79°55°
CMYK 0.000.770.79   0.45
XYZ11.73546.78951.9203
Yxy6.78950.57400.3321
Hunter Lab26.056734.793613.8702
CIE-Lab31.322844.997829.5316

#8d201e color RGB value is (141,32,30).

#8d201e hex color red value is 141, green value is 32 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #8d201e hue: 0.00 , saturation: 0.65 and the lightness value of 8d201e is 0.34.

The process color (four color CMYK) of #8d201e color hex is 0.00, 0.77, 0.79, 0.45. Web safe color of #8d201e is #993333. Color #8d201e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00100000 00011110
Octal 215 40 36
Decimal 141 32 30
Hex 8D 20 1E

RGB Percentages of Color #8d201e

%69.46
%15.76
%14.78

CMYK Percentages of Color #8d201e

%0
%77
%79
%45

Triadic Colors of #8d201e

#8d201e #1e8d20 #201e8d

Analogous Colors of #8d201e

#8d201e #8d581e #8d1e54

Monochromatic Colors of #8d201e

#8d201e

Complementary Color

#8d201e #1e8b8d

#8d201e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d201e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d201e Color CSS Codes

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

#8d201e Text Font Color

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

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


#8d201e Background Color

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

This div background color is #8d201e


#8d201e Border Color

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

This div border color is #8d201e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,32,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8d201e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8d201e;
  -webkit-box-shadow: 1px 1px 3px 2px #8d201e;
  box-shadow:         1px 1px 3px 2px #8d201e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,32,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d201e


Comments

No comments written yet.

Please login to write comment.