Color Hex Logo

#875583 Color Hex

#875583
(135,85,131)
0 Favorites   0 Comments

Color spaces of #875583

RGB 13585131
HSL0.850.230.43
HSV305°37°53°
CMYK 0.000.370.03   0.47
XYZ17.336913.286623.1235
Yxy13.28660.32260.2472
Hunter Lab36.450821.1102-12.0966
CIE-Lab43.191928.4241-17.2689

#875583 color RGB value is (135,85,131).

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

The process color (four color CMYK) of #875583 color hex is 0.00, 0.37, 0.03, 0.47. Web safe color of #875583 is #996699. Color #875583 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010101 10000011
Octal 207 125 203
Decimal 135 85 131
Hex 87 55 83

RGB Percentages of Color #875583

%38.46
%24.22
%37.32

CMYK Percentages of Color #875583

%0
%37
%3
%47

Triadic Colors of #875583

#875583 #838755 #558387

Analogous Colors of #875583

#875583 #87556a #725587

Monochromatic Colors of #875583

#875583

Complementary Color

#875583 #558759

#875583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875583 Color CSS Codes

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

#875583 Text Font Color

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

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


#875583 Background Color

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

This div background color is #875583


#875583 Border Color

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

This div border color is #875583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875583


Comments

No comments written yet.

Please login to write comment.