Color Hex Logo

#87838d Color Hex

#87838D
(135,131,141)
0 Favorites   0 Comments

Color spaces of #87838d

RGB 135131141
HSL0.730.040.53
HSV264°55°
CMYK 0.040.070.00   0.45
XYZ22.915723.306628.4901
Yxy23.30660.30670.3120
Hunter Lab48.27690.2444-1.1955
CIE-Lab55.38683.4951-4.8402

#87838d color RGB value is (135,131,141).

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

The process color (four color CMYK) of #87838d color hex is 0.04, 0.07, 0.00, 0.45. Web safe color of #87838d is #999999. Color #87838d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000011 10001101
Octal 207 203 215
Decimal 135 131 141
Hex 87 83 8D

RGB Percentages of Color #87838d

%33.17
%32.19
%34.64

CMYK Percentages of Color #87838d

%4
%7
%0
%45

Triadic Colors of #87838d

#87838d #8d8783 #838d87

Analogous Colors of #87838d

#87838d #8c838d #83848d

Monochromatic Colors of #87838d

#87838d

Complementary Color

#87838d #898d83

#87838d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87838d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87838d Color CSS Codes

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

#87838d Text Font Color

<p style="color:#87838d">Text here</p>

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


#87838d Background Color

<div style="background-color:#87838d">
Div content here</div>

This div background color is #87838d


#87838d Border Color

<div style="border:3px solid #87838d">
Div here</div>

This div border color is #87838d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87838d


Comments

No comments written yet.

Please login to write comment.