Color Hex Logo

#8d514c Color Hex

#8D514C
(141,81,76)
0 Favorites   0 Comments

Color spaces of #8d514c

RGB 1418176
HSL0.010.300.43
HSV46°55°
CMYK 0.000.430.46   0.45
XYZ15.231412.06948.3643
Yxy12.06940.42710.3384
Hunter Lab34.741017.462310.0440
CIE-Lab41.326224.488013.8185

#8d514c color RGB value is (141,81,76).

#8d514c hex color red value is 141, green value is 81 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #8d514c hue: 0.01 , saturation: 0.30 and the lightness value of 8d514c is 0.43.

The process color (four color CMYK) of #8d514c color hex is 0.00, 0.43, 0.46, 0.45. Web safe color of #8d514c is #996633. Color #8d514c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01010001 01001100
Octal 215 121 114
Decimal 141 81 76
Hex 8D 51 4C

RGB Percentages of Color #8d514c

%47.32
%27.18
%25.50

CMYK Percentages of Color #8d514c

%0
%43
%46
%45

Triadic Colors of #8d514c

#8d514c #4c8d51 #514c8d

Analogous Colors of #8d514c

#8d514c #8d724c #8d4c68

Monochromatic Colors of #8d514c

#8d514c

Complementary Color

#8d514c #4c888d

#8d514c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d514c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d514c Color CSS Codes

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

#8d514c Text Font Color

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

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


#8d514c Background Color

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

This div background color is #8d514c


#8d514c Border Color

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

This div border color is #8d514c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d514c


Comments

No comments written yet.

Please login to write comment.