Color Hex Logo

#875568 Color Hex

#875568
(135,85,104)
0 Favorites   0 Comments

Color spaces of #875568

RGB 13585104
HSL0.940.230.43
HSV337°37°53°
CMYK 0.000.370.23   0.47
XYZ15.738912.647414.7084
Yxy12.64740.36520.2935
Hunter Lab35.563216.76170.3728
CIE-Lab42.227123.5884-2.2284

#875568 color RGB value is (135,85,104).

#875568 hex color red value is 135, green value is 85 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #875568 hue: 0.94 , saturation: 0.23 and the lightness value of 875568 is 0.43.

The process color (four color CMYK) of #875568 color hex is 0.00, 0.37, 0.23, 0.47. Web safe color of #875568 is #996666. Color #875568 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010101 01101000
Octal 207 125 150
Decimal 135 85 104
Hex 87 55 68

RGB Percentages of Color #875568

%41.67
%26.23
%32.10

CMYK Percentages of Color #875568

%0
%37
%23
%47

Triadic Colors of #875568

#875568 #688755 #556887

Analogous Colors of #875568

#875568 #875b55 #875581

Monochromatic Colors of #875568

#875568

Complementary Color

#875568 #558774

#875568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875568 Color CSS Codes

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

#875568 Text Font Color

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

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


#875568 Background Color

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

This div background color is #875568


#875568 Border Color

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

This div border color is #875568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875568


Comments

No comments written yet.

Please login to write comment.