Color Hex Logo

#875378 Color Hex

#875378
(135,83,120)
0 Favorites   0 Comments

Color spaces of #875378

RGB 13583120
HSL0.880.240.43
HSV317°39°53°
CMYK 0.000.390.11   0.47
XYZ16.475112.693519.3511
Yxy12.69350.33960.2616
Hunter Lab35.627920.1932-7.2634
CIE-Lab42.297727.4998-11.9329

#875378 color RGB value is (135,83,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010011 01111000
Octal 207 123 170
Decimal 135 83 120
Hex 87 53 78

RGB Percentages of Color #875378

%39.94
%24.56
%35.50

CMYK Percentages of Color #875378

%0
%39
%11
%47

Triadic Colors of #875378

#875378 #788753 #537887

Analogous Colors of #875378

#875378 #87535e #7c5387

Monochromatic Colors of #875378

#875378

Complementary Color

#875378 #538762

#875378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875378 Color CSS Codes

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

#875378 Text Font Color

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

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


#875378 Background Color

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

This div background color is #875378


#875378 Border Color

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

This div border color is #875378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875378


Comments

No comments written yet.

Please login to write comment.