Color Hex Logo

#875c69 Color Hex

#875C69
(135,92,105)
0 Favorites   0 Comments

Color spaces of #875c69

RGB 13592105
HSL0.950.190.45
HSV342°32°53°
CMYK 0.000.320.22   0.47
XYZ16.368613.825115.1704
Yxy13.82510.36080.3048
Hunter Lab37.182113.51191.8370
CIE-Lab43.981119.6421-0.2677

#875c69 color RGB value is (135,92,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011100 01101001
Octal 207 134 151
Decimal 135 92 105
Hex 87 5C 69

RGB Percentages of Color #875c69

%40.66
%27.71
%31.63

CMYK Percentages of Color #875c69

%0
%32
%22
%47

Triadic Colors of #875c69

#875c69 #69875c #5c6987

Analogous Colors of #875c69

#875c69 #87655c #875c7f

Monochromatic Colors of #875c69

#875c69

Complementary Color

#875c69 #5c877a

#875c69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875c69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875c69 Color CSS Codes

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

#875c69 Text Font Color

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

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


#875c69 Background Color

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

This div background color is #875c69


#875c69 Border Color

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

This div border color is #875c69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875c69


Comments

No comments written yet.

Please login to write comment.