Color Hex Logo

#875070 Color Hex

#875070
(135,80,112)
0 Favorites   0 Comments

Color spaces of #875070

RGB 13580112
HSL0.900.260.42
HSV325°41°53°
CMYK 0.000.410.17   0.47
XYZ15.785012.058116.8247
Yxy12.05810.35340.2700
Hunter Lab34.724820.3732-4.4196
CIE-Lab41.308327.8164-8.5155

#875070 color RGB value is (135,80,112).

#875070 hex color red value is 135, green value is 80 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #875070 hue: 0.90 , saturation: 0.26 and the lightness value of 875070 is 0.42.

The process color (four color CMYK) of #875070 color hex is 0.00, 0.41, 0.17, 0.47. Web safe color of #875070 is #996666. Color #875070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010000 01110000
Octal 207 120 160
Decimal 135 80 112
Hex 87 50 70

RGB Percentages of Color #875070

%41.28
%24.46
%34.25

CMYK Percentages of Color #875070

%0
%41
%17
%47

Triadic Colors of #875070

#875070 #708750 #507087

Analogous Colors of #875070

#875070 #875055 #835087

Monochromatic Colors of #875070

#875070

Complementary Color

#875070 #508767

#875070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875070 Color CSS Codes

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

#875070 Text Font Color

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

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


#875070 Background Color

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

This div background color is #875070


#875070 Border Color

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

This div border color is #875070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875070


Comments

No comments written yet.

Please login to write comment.