Color Hex Logo

#870970 Color Hex

#870970
(135,9,112)
0 Favorites   0 Comments

Color spaces of #870970

RGB 1359112
HSL0.860.880.28
HSV311°93°53°
CMYK 0.000.930.17   0.47
XYZ13.01406.516115.9011
Yxy6.51610.36730.1839
Hunter Lab25.526746.3312-19.0644
CIE-Lab30.678956.5056-24.8411

#870970 color RGB value is (135,9,112).

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

The process color (four color CMYK) of #870970 color hex is 0.00, 0.93, 0.17, 0.47. Web safe color of #870970 is #990066. Color #870970 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001001 01110000
Octal 207 11 160
Decimal 135 9 112
Hex 87 9 70

RGB Percentages of Color #870970

%52.73
%3.52
%43.75

CMYK Percentages of Color #870970

%0
%93
%17
%47

Triadic Colors of #870970

#870970 #708709 #097087

Analogous Colors of #870970

#870970 #870931 #5f0987

Monochromatic Colors of #870970

#870970

Complementary Color

#870970 #098720

#870970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870970 Color CSS Codes

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

#870970 Text Font Color

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

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


#870970 Background Color

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

This div background color is #870970


#870970 Border Color

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

This div border color is #870970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870970


Comments

No comments written yet.

Please login to write comment.