Color Hex Logo

#876884 Color Hex

#876884
(135,104,132)
0 Favorites   0 Comments

Color spaces of #876884

RGB 135104132
HSL0.850.130.47
HSV306°23°53°
CMYK 0.000.230.02   0.47
XYZ19.106816.717524.0495
Yxy16.71750.31910.2792
Hunter Lab40.887011.8620-6.2531
CIE-Lab47.902117.4603-10.7200

#876884 color RGB value is (135,104,132).

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

The process color (four color CMYK) of #876884 color hex is 0.00, 0.23, 0.02, 0.47. Web safe color of #876884 is #996699. Color #876884 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101000 10000100
Octal 207 150 204
Decimal 135 104 132
Hex 87 68 84

RGB Percentages of Color #876884

%36.39
%28.03
%35.58

CMYK Percentages of Color #876884

%0
%23
%2
%47

Triadic Colors of #876884

#876884 #848768 #688487

Analogous Colors of #876884

#876884 #876875 #7b6887

Monochromatic Colors of #876884

#876884

Complementary Color

#876884 #68876b

#876884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876884 Color CSS Codes

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

#876884 Text Font Color

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

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


#876884 Background Color

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

This div background color is #876884


#876884 Border Color

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

This div border color is #876884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876884


Comments

No comments written yet.

Please login to write comment.