Color Hex Logo

#8d2932 Color Hex

#8D2932
(141,41,50)
0 Favorites   0 Comments

Color spaces of #8d2932

RGB 1414150
HSL0.990.550.36
HSV355°71°55°
CMYK 0.000.710.65   0.45
XYZ12.35327.47893.8101
Yxy7.47890.52250.3163
Hunter Lab27.347632.772110.8829
CIE-Lab32.873242.609718.8474

#8d2932 color RGB value is (141,41,50).

#8d2932 hex color red value is 141, green value is 41 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #8d2932 hue: 0.99 , saturation: 0.55 and the lightness value of 8d2932 is 0.36.

The process color (four color CMYK) of #8d2932 color hex is 0.00, 0.71, 0.65, 0.45. Web safe color of #8d2932 is #993333. Color #8d2932 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00101001 00110010
Octal 215 51 62
Decimal 141 41 50
Hex 8D 29 32

RGB Percentages of Color #8d2932

%60.78
%17.67
%21.55

CMYK Percentages of Color #8d2932

%0
%71
%65
%45

Triadic Colors of #8d2932

#8d2932 #328d29 #29328d

Analogous Colors of #8d2932

#8d2932 #8d5229 #8d2964

Monochromatic Colors of #8d2932

#8d2932

Complementary Color

#8d2932 #298d84

#8d2932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d2932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d2932 Color CSS Codes

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

#8d2932 Text Font Color

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

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


#8d2932 Background Color

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

This div background color is #8d2932


#8d2932 Border Color

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

This div border color is #8d2932


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d2932


Comments

No comments written yet.

Please login to write comment.