Color Hex Logo

#870ecc Color Hex

#870ECC
(135,14,204)
0 Favorites   0 Comments

Color spaces of #870ecc

RGB 13514204
HSL0.770.870.43
HSV278°93°80°
CMYK 0.340.930.00   0.20
XYZ21.04789.824657.9137
Yxy9.82460.23710.1107
Hunter Lab31.344265.0113-87.6073
CIE-Lab37.525871.7860-69.7597

#870ecc color RGB value is (135,14,204).

#870ecc hex color red value is 135, green value is 14 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #870ecc hue: 0.77 , saturation: 0.87 and the lightness value of 870ecc is 0.43.

The process color (four color CMYK) of #870ecc color hex is 0.34, 0.93, 0.00, 0.20. Web safe color of #870ecc is #9900cc. Color #870ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001110 11001100
Octal 207 16 314
Decimal 135 14 204
Hex 87 E CC

RGB Percentages of Color #870ecc

%38.24
%3.97
%57.79

CMYK Percentages of Color #870ecc

%34
%93
%0
%20

Triadic Colors of #870ecc

#870ecc #cc870e #0ecc87

Analogous Colors of #870ecc

#870ecc #cc0eb2 #280ecc

Monochromatic Colors of #870ecc

#870ecc

Complementary Color

#870ecc #53cc0e

#870ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#870ecc Color CSS Codes

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

#870ecc Text Font Color

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

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


#870ecc Background Color

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

This div background color is #870ecc


#870ecc Border Color

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

This div border color is #870ecc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,14,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #870ecc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #870ecc;
  -webkit-box-shadow: 1px 1px 3px 2px #870ecc;
  box-shadow:         1px 1px 3px 2px #870ecc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870ecc


Comments

No comments written yet.

Please login to write comment.