Color Hex Logo

#875c7e Color Hex

#875C7E
(135,92,126)
0 Favorites   0 Comments

Color spaces of #875c7e

RGB 13592126
HSL0.870.190.45
HSV313°32°53°
CMYK 0.000.320.07   0.47
XYZ17.584714.311521.5743
Yxy14.31150.32890.2677
Hunter Lab37.830516.7684-7.3310
CIE-Lab44.676423.3702-11.9829

#875c7e color RGB value is (135,92,126).

#875c7e hex color red value is 135, green value is 92 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #875c7e hue: 0.87 , saturation: 0.19 and the lightness value of 875c7e is 0.45.

The process color (four color CMYK) of #875c7e color hex is 0.00, 0.32, 0.07, 0.47. Web safe color of #875c7e is #996666. Color #875c7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011100 01111110
Octal 207 134 176
Decimal 135 92 126
Hex 87 5C 7E

RGB Percentages of Color #875c7e

%38.24
%26.06
%35.69

CMYK Percentages of Color #875c7e

%0
%32
%7
%47

Triadic Colors of #875c7e

#875c7e #7e875c #5c7e87

Analogous Colors of #875c7e

#875c7e #875c69 #7b5c87

Monochromatic Colors of #875c7e

#875c7e

Complementary Color

#875c7e #5c8765

#875c7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875c7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#875c7e Color CSS Codes

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

#875c7e Text Font Color

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

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


#875c7e Background Color

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

This div background color is #875c7e


#875c7e Border Color

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

This div border color is #875c7e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,92,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #875c7e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #875c7e;
  -webkit-box-shadow: 1px 1px 3px 2px #875c7e;
  box-shadow:         1px 1px 3px 2px #875c7e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875c7e


Comments

No comments written yet.

Please login to write comment.