Color Hex Logo

#8d8384 Color Hex

#8D8384
(141,131,132)
0 Favorites   0 Comments

Color spaces of #8d8384

RGB 141131132
HSL0.980.040.53
HSV354°55°
CMYK 0.000.070.06   0.45
XYZ23.265723.561325.1513
Yxy23.56130.32320.3273
Hunter Lab48.54000.61193.2565
CIE-Lab55.64593.95460.8126

#8d8384 color RGB value is (141,131,132).

#8d8384 hex color red value is 141, green value is 131 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #8d8384 hue: 0.98 , saturation: 0.04 and the lightness value of 8d8384 is 0.53.

The process color (four color CMYK) of #8d8384 color hex is 0.00, 0.07, 0.06, 0.45. Web safe color of #8d8384 is #999999. Color #8d8384 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10000011 10000100
Octal 215 203 204
Decimal 141 131 132
Hex 8D 83 84

RGB Percentages of Color #8d8384

%34.90
%32.43
%32.67

CMYK Percentages of Color #8d8384

%0
%7
%6
%45

Triadic Colors of #8d8384

#8d8384 #848d83 #83848d

Analogous Colors of #8d8384

#8d8384 #8d8783 #8d8389

Monochromatic Colors of #8d8384

#8d8384

Complementary Color

#8d8384 #838d8c

#8d8384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d8384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d8384 Color CSS Codes

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

#8d8384 Text Font Color

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

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


#8d8384 Background Color

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

This div background color is #8d8384


#8d8384 Border Color

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

This div border color is #8d8384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d8384


Comments

No comments written yet.

Please login to write comment.