Color Hex Logo

#875376 Color Hex

#875376
(135,83,118)
0 Favorites   0 Comments

Color spaces of #875376

RGB 13583118
HSL0.890.240.43
HSV320°39°53°
CMYK 0.000.390.13   0.47
XYZ16.354912.645418.7183
Yxy12.64540.34270.2650
Hunter Lab35.560419.8649-6.3169
CIE-Lab42.224027.1379-10.8208

#875376 color RGB value is (135,83,118).

#875376 hex color red value is 135, green value is 83 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #875376 hue: 0.89 , saturation: 0.24 and the lightness value of 875376 is 0.43.

The process color (four color CMYK) of #875376 color hex is 0.00, 0.39, 0.13, 0.47. Web safe color of #875376 is #996666. Color #875376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010011 01110110
Octal 207 123 166
Decimal 135 83 118
Hex 87 53 76

RGB Percentages of Color #875376

%40.18
%24.70
%35.12

CMYK Percentages of Color #875376

%0
%39
%13
%47

Triadic Colors of #875376

#875376 #768753 #537687

Analogous Colors of #875376

#875376 #87535c #7e5387

Monochromatic Colors of #875376

#875376

Complementary Color

#875376 #538764

#875376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875376 Color CSS Codes

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

#875376 Text Font Color

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

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


#875376 Background Color

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

This div background color is #875376


#875376 Border Color

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

This div border color is #875376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875376


Comments

No comments written yet.

Please login to write comment.