Color Hex Logo

#875669 Color Hex

#875669
(135,86,105)
0 Favorites   0 Comments

Color spaces of #875669

RGB 13586105
HSL0.940.220.43
HSV337°36°53°
CMYK 0.000.360.22   0.47
XYZ15.869312.826415.0039
Yxy12.82640.36310.2935
Hunter Lab35.814016.41960.2308
CIE-Lab42.500523.1661-2.4397

#875669 color RGB value is (135,86,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010110 01101001
Octal 207 126 151
Decimal 135 86 105
Hex 87 56 69

RGB Percentages of Color #875669

%41.41
%26.38
%32.21

CMYK Percentages of Color #875669

%0
%36
%22
%47

Triadic Colors of #875669

#875669 #698756 #566987

Analogous Colors of #875669

#875669 #875c56 #875682

Monochromatic Colors of #875669

#875669

Complementary Color

#875669 #568774

#875669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875669 Color CSS Codes

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

#875669 Text Font Color

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

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


#875669 Background Color

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

This div background color is #875669


#875669 Border Color

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

This div border color is #875669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875669


Comments

No comments written yet.

Please login to write comment.