Color Hex Logo

#875869 Color Hex

#875869
(135,88,105)
0 Favorites   0 Comments

Color spaces of #875869

RGB 13588105
HSL0.940.210.44
HSV338°35°53°
CMYK 0.000.350.22   0.47
XYZ16.031213.150315.0579
Yxy13.15030.36240.2973
Hunter Lab36.263315.44990.7649
CIE-Lab42.988821.9943-1.7215

#875869 color RGB value is (135,88,105).

#875869 hex color red value is 135, green value is 88 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #875869 hue: 0.94 , saturation: 0.21 and the lightness value of 875869 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011000 01101001
Octal 207 130 151
Decimal 135 88 105
Hex 87 58 69

RGB Percentages of Color #875869

%41.16
%26.83
%32.01

CMYK Percentages of Color #875869

%0
%35
%22
%47

Triadic Colors of #875869

#875869 #698758 #586987

Analogous Colors of #875869

#875869 #875f58 #875881

Monochromatic Colors of #875869

#875869

Complementary Color

#875869 #588776

#875869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875869 Color CSS Codes

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

#875869 Text Font Color

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

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


#875869 Background Color

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

This div background color is #875869


#875869 Border Color

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

This div border color is #875869


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,88,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 #875869">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875869


Comments

No comments written yet.

Please login to write comment.