Color Hex Logo

#876783 Color Hex

#876783
(135,103,131)
0 Favorites   0 Comments

Color spaces of #876783

RGB 135103131
HSL0.850.130.47
HSV308°24°53°
CMYK 0.000.240.03   0.47
XYZ18.938716.490123.6575
Yxy16.49010.32050.2791
Hunter Lab40.608012.1846-6.1157
CIE-Lab47.611017.8534-10.5614

#876783 color RGB value is (135,103,131).

#876783 hex color red value is 135, green value is 103 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #876783 hue: 0.85 , saturation: 0.13 and the lightness value of 876783 is 0.47.

The process color (four color CMYK) of #876783 color hex is 0.00, 0.24, 0.03, 0.47. Web safe color of #876783 is #996699. Color #876783 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100111 10000011
Octal 207 147 203
Decimal 135 103 131
Hex 87 67 83

RGB Percentages of Color #876783

%36.59
%27.91
%35.50

CMYK Percentages of Color #876783

%0
%24
%3
%47

Triadic Colors of #876783

#876783 #838767 #678387

Analogous Colors of #876783

#876783 #876773 #7b6787

Monochromatic Colors of #876783

#876783

Complementary Color

#876783 #67876b

#876783 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876783 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876783 Color CSS Codes

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

#876783 Text Font Color

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

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


#876783 Background Color

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

This div background color is #876783


#876783 Border Color

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

This div border color is #876783


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876783


Comments

No comments written yet.

Please login to write comment.