Color Hex Logo

#875377 Color Hex

#875377
(135,83,119)
0 Favorites   0 Comments

Color spaces of #875377

RGB 13583119
HSL0.880.240.43
HSV318°39°53°
CMYK 0.000.390.12   0.47
XYZ16.414712.669319.0330
Yxy12.66930.34110.2633
Hunter Lab35.594020.0286-6.7881
CIE-Lab42.260727.3185-11.3773

#875377 color RGB value is (135,83,119).

#875377 hex color red value is 135, green value is 83 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #875377 hue: 0.88 , saturation: 0.24 and the lightness value of 875377 is 0.43.

The process color (four color CMYK) of #875377 color hex is 0.00, 0.39, 0.12, 0.47. Web safe color of #875377 is #996666. Color #875377 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010011 01110111
Octal 207 123 167
Decimal 135 83 119
Hex 87 53 77

RGB Percentages of Color #875377

%40.06
%24.63
%35.31

CMYK Percentages of Color #875377

%0
%39
%12
%47

Triadic Colors of #875377

#875377 #778753 #537787

Analogous Colors of #875377

#875377 #87535d #7d5387

Monochromatic Colors of #875377

#875377

Complementary Color

#875377 #538763

#875377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875377 Color CSS Codes

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

#875377 Text Font Color

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

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


#875377 Background Color

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

This div background color is #875377


#875377 Border Color

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

This div border color is #875377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875377


Comments

No comments written yet.

Please login to write comment.