Color Hex Logo

#870878 Color Hex

#870878
(135,8,120)
0 Favorites   0 Comments

Color spaces of #870878

RGB 1358120
HSL0.850.890.28
HSV307°94°53°
CMYK 0.000.940.11   0.47
XYZ13.46876.680618.3489
Yxy6.68060.34990.1735
Hunter Lab25.846947.7837-23.9977
CIE-Lab31.068457.7936-29.3181

#870878 color RGB value is (135,8,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001000 01111000
Octal 207 10 170
Decimal 135 8 120
Hex 87 8 78

RGB Percentages of Color #870878

%51.33
%3.04
%45.63

CMYK Percentages of Color #870878

%0
%94
%11
%47

Triadic Colors of #870878

#870878 #788708 #087887

Analogous Colors of #870878

#870878 #870838 #570887

Monochromatic Colors of #870878

#870878

Complementary Color

#870878 #088717

#870878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870878 Color CSS Codes

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

#870878 Text Font Color

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

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


#870878 Background Color

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

This div background color is #870878


#870878 Border Color

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

This div border color is #870878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870878


Comments

No comments written yet.

Please login to write comment.