Color Hex Logo

#873870 Color Hex

#873870
(135,56,112)
0 Favorites   0 Comments

Color spaces of #873870

RGB 13556112
HSL0.880.410.37
HSV317°59°53°
CMYK 0.000.590.17   0.47
XYZ14.33059.149116.3399
Yxy9.14910.35990.2298
Hunter Lab30.247531.6358-10.8556
CIE-Lab36.269840.8192-16.1617

#873870 color RGB value is (135,56,112).

#873870 hex color red value is 135, green value is 56 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #873870 hue: 0.88 , saturation: 0.41 and the lightness value of 873870 is 0.37.

The process color (four color CMYK) of #873870 color hex is 0.00, 0.59, 0.17, 0.47. Web safe color of #873870 is #993366. Color #873870 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111000 01110000
Octal 207 70 160
Decimal 135 56 112
Hex 87 38 70

RGB Percentages of Color #873870

%44.55
%18.48
%36.96

CMYK Percentages of Color #873870

%0
%59
%17
%47

Triadic Colors of #873870

#873870 #708738 #387087

Analogous Colors of #873870

#873870 #873849 #773887

Monochromatic Colors of #873870

#873870

Complementary Color

#873870 #38874f

#873870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#873870 Color CSS Codes

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

#873870 Text Font Color

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

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


#873870 Background Color

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

This div background color is #873870


#873870 Border Color

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

This div border color is #873870


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,56,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 #873870">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873870


Comments

No comments written yet.

Please login to write comment.