Color Hex Logo

#876782 Color Hex

#876782
(135,103,130)
0 Favorites   0 Comments

Color spaces of #876782

RGB 135103130
HSL0.860.130.47
HSV309°24°53°
CMYK 0.000.240.04   0.47
XYZ18.871216.463123.3022
Yxy16.46310.32180.2808
Hunter Lab40.574712.0140-5.6481
CIE-Lab47.576317.6557-10.0163

#876782 color RGB value is (135,103,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100111 10000010
Octal 207 147 202
Decimal 135 103 130
Hex 87 67 82

RGB Percentages of Color #876782

%36.68
%27.99
%35.33

CMYK Percentages of Color #876782

%0
%24
%4
%47

Triadic Colors of #876782

#876782 #828767 #678287

Analogous Colors of #876782

#876782 #876772 #7c6787

Monochromatic Colors of #876782

#876782

Complementary Color

#876782 #67876c

#876782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876782 Color CSS Codes

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

#876782 Text Font Color

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

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


#876782 Background Color

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

This div background color is #876782


#876782 Border Color

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

This div border color is #876782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876782


Comments

No comments written yet.

Please login to write comment.