Color Hex Logo

#876386 Color Hex

#876386
(135,99,134)
0 Favorites   0 Comments

Color spaces of #876386

RGB 13599134
HSL0.840.150.46
HSV302°27°53°
CMYK 0.000.270.01   0.47
XYZ18.756615.795824.6146
Yxy15.79580.31700.2670
Hunter Lab39.743914.6887-8.8993
CIE-Lab46.705420.8177-13.7228

#876386 color RGB value is (135,99,134).

#876386 hex color red value is 135, green value is 99 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #876386 hue: 0.84 , saturation: 0.15 and the lightness value of 876386 is 0.46.

The process color (four color CMYK) of #876386 color hex is 0.00, 0.27, 0.01, 0.47. Web safe color of #876386 is #996699. Color #876386 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100011 10000110
Octal 207 143 206
Decimal 135 99 134
Hex 87 63 86

RGB Percentages of Color #876386

%36.68
%26.90
%36.41

CMYK Percentages of Color #876386

%0
%27
%1
%47

Triadic Colors of #876386

#876386 #868763 #638687

Analogous Colors of #876386

#876386 #876374 #766387

Monochromatic Colors of #876386

#876386

Complementary Color

#876386 #638764

#876386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876386 Color CSS Codes

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

#876386 Text Font Color

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

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


#876386 Background Color

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

This div background color is #876386


#876386 Border Color

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

This div border color is #876386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876386


Comments

No comments written yet.

Please login to write comment.