Color Hex Logo

#870678 Color Hex

#870678
(135,6,120)
0 Favorites   0 Comments

Color spaces of #870678

RGB 1356120
HSL0.850.910.28
HSV307°96°53°
CMYK 0.000.960.11   0.47
XYZ13.44706.637218.3417
Yxy6.63720.34990.1727
Hunter Lab25.762848.0841-24.1774
CIE-Lab30.966358.0938-29.4798

#870678 color RGB value is (135,6,120).

#870678 hex color red value is 135, green value is 6 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #870678 hue: 0.85 , saturation: 0.91 and the lightness value of 870678 is 0.28.

The process color (four color CMYK) of #870678 color hex is 0.00, 0.96, 0.11, 0.47. Web safe color of #870678 is #990066. Color #870678 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000110 01111000
Octal 207 6 170
Decimal 135 6 120
Hex 87 6 78

RGB Percentages of Color #870678

%51.72
%2.30
%45.98

CMYK Percentages of Color #870678

%0
%96
%11
%47

Triadic Colors of #870678

#870678 #788706 #067887

Analogous Colors of #870678

#870678 #870638 #560687

Monochromatic Colors of #870678

#870678

Complementary Color

#870678 #068715

#870678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870678 Color CSS Codes

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

#870678 Text Font Color

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

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


#870678 Background Color

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

This div background color is #870678


#870678 Border Color

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

This div border color is #870678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870678


Comments

No comments written yet.

Please login to write comment.