Color Hex Logo

#8d374e Color Hex

#8D374E
(141,55,78)
0 Favorites   0 Comments

Color spaces of #8d374e

RGB 1415578
HSL0.960.440.38
HSV344°61°55°
CMYK 0.000.610.45   0.45
XYZ13.72588.94528.2109
Yxy8.94520.44450.2897
Hunter Lab29.908529.57844.6589
CIE-Lab35.878638.70854.9490

#8d374e color RGB value is (141,55,78).

#8d374e hex color red value is 141, green value is 55 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #8d374e hue: 0.96 , saturation: 0.44 and the lightness value of 8d374e is 0.38.

The process color (four color CMYK) of #8d374e color hex is 0.00, 0.61, 0.45, 0.45. Web safe color of #8d374e is #993366. Color #8d374e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00110111 01001110
Octal 215 67 116
Decimal 141 55 78
Hex 8D 37 4E

RGB Percentages of Color #8d374e

%51.46
%20.07
%28.47

CMYK Percentages of Color #8d374e

%0
%61
%45
%45

Triadic Colors of #8d374e

#8d374e #4e8d37 #374e8d

Analogous Colors of #8d374e

#8d374e #8d4b37 #8d3779

Monochromatic Colors of #8d374e

#8d374e

Complementary Color

#8d374e #378d76

#8d374e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d374e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d374e Color CSS Codes

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

#8d374e Text Font Color

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

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


#8d374e Background Color

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

This div background color is #8d374e


#8d374e Border Color

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

This div border color is #8d374e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d374e


Comments

No comments written yet.

Please login to write comment.