Color Hex Logo

#875566 Color Hex

#875566
(135,85,102)
0 Favorites   0 Comments

Color spaces of #875566

RGB 13585102
HSL0.940.230.43
HSV340°37°53°
CMYK 0.000.370.24   0.47
XYZ15.638412.607214.1796
Yxy12.60720.36860.2972
Hunter Lab35.506616.48131.1771
CIE-Lab42.165323.2689-1.0900

#875566 color RGB value is (135,85,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010101 01100110
Octal 207 125 146
Decimal 135 85 102
Hex 87 55 66

RGB Percentages of Color #875566

%41.93
%26.40
%31.68

CMYK Percentages of Color #875566

%0
%37
%24
%47

Triadic Colors of #875566

#875566 #668755 #556687

Analogous Colors of #875566

#875566 #875d55 #87557f

Monochromatic Colors of #875566

#875566

Complementary Color

#875566 #558776

#875566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875566 Color CSS Codes

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

#875566 Text Font Color

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

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


#875566 Background Color

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

This div background color is #875566


#875566 Border Color

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

This div border color is #875566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875566


Comments

No comments written yet.

Please login to write comment.