Color Hex Logo

#878493 Color Hex

#878493
(135,132,147)
0 Favorites   0 Comments

Color spaces of #878493

RGB 135132147
HSL0.700.060.55
HSV252°10°58°
CMYK 0.080.100.00   0.42
XYZ23.509423.760030.9508
Yxy23.76000.30060.3038
Hunter Lab48.74420.7884-3.5260
CIE-Lab55.84674.1772-7.6289

#878493 color RGB value is (135,132,147).

#878493 hex color red value is 135, green value is 132 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #878493 hue: 0.70 , saturation: 0.06 and the lightness value of 878493 is 0.55.

The process color (four color CMYK) of #878493 color hex is 0.08, 0.10, 0.00, 0.42. Web safe color of #878493 is #999999. Color #878493 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000100 10010011
Octal 207 204 223
Decimal 135 132 147
Hex 87 84 93

RGB Percentages of Color #878493

%32.61
%31.88
%35.51

CMYK Percentages of Color #878493

%8
%10
%0
%42

Triadic Colors of #878493

#878493 #938784 #849387

Analogous Colors of #878493

#878493 #8f8493 #848993

Monochromatic Colors of #878493

#878493

Complementary Color

#878493 #909384

#878493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#878493 Color CSS Codes

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

#878493 Text Font Color

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

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


#878493 Background Color

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

This div background color is #878493


#878493 Border Color

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

This div border color is #878493


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,132,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #878493; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #878493;
  -webkit-box-shadow: 1px 1px 3px 2px #878493;
  box-shadow:         1px 1px 3px 2px #878493; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878493


Comments

No comments written yet.

Please login to write comment.