Color Hex Logo

#875596 Color Hex

#875596
(135,85,150)
0 Favorites   0 Comments

Color spaces of #875596

RGB 13585150
HSL0.790.280.46
HSV286°43°59°
CMYK 0.100.430.00   0.41
XYZ18.745213.849930.5395
Yxy13.84990.29690.2194
Hunter Lab37.215524.7823-22.6034
CIE-Lab44.016932.3473-27.4400

#875596 color RGB value is (135,85,150).

#875596 hex color red value is 135, green value is 85 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #875596 hue: 0.79 , saturation: 0.28 and the lightness value of 875596 is 0.46.

The process color (four color CMYK) of #875596 color hex is 0.10, 0.43, 0.00, 0.41. Web safe color of #875596 is #996699. Color #875596 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010101 10010110
Octal 207 125 226
Decimal 135 85 150
Hex 87 55 96

RGB Percentages of Color #875596

%36.49
%22.97
%40.54

CMYK Percentages of Color #875596

%10
%43
%0
%41

Triadic Colors of #875596

#875596 #968755 #559687

Analogous Colors of #875596

#875596 #965585 #675596

Monochromatic Colors of #875596

#875596

Complementary Color

#875596 #649655

#875596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875596 Color CSS Codes

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

#875596 Text Font Color

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

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


#875596 Background Color

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

This div background color is #875596


#875596 Border Color

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

This div border color is #875596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875596


Comments

No comments written yet.

Please login to write comment.