Color Hex Logo

#875574 Color Hex

#875574
(135,85,116)
0 Favorites   0 Comments

Color spaces of #875574

RGB 13585116
HSL0.900.230.43
HSV323°37°53°
CMYK 0.000.370.14   0.47
XYZ16.392612.908918.1507
Yxy12.90890.34550.2720
Hunter Lab35.929018.5650-4.8020
CIE-Lab42.625725.6202-8.9927

#875574 color RGB value is (135,85,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010101 01110100
Octal 207 125 164
Decimal 135 85 116
Hex 87 55 74

RGB Percentages of Color #875574

%40.18
%25.30
%34.52

CMYK Percentages of Color #875574

%0
%37
%14
%47

Triadic Colors of #875574

#875574 #748755 #557487

Analogous Colors of #875574

#875574 #87555b #815587

Monochromatic Colors of #875574

#875574

Complementary Color

#875574 #558768

#875574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875574 Color CSS Codes

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

#875574 Text Font Color

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

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


#875574 Background Color

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

This div background color is #875574


#875574 Border Color

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

This div border color is #875574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875574


Comments

No comments written yet.

Please login to write comment.