Color Hex Logo

#871ecc Color Hex

#871ECC
(135,30,204)
0 Favorites   0 Comments

Color spaces of #871ecc

RGB 13530204
HSL0.770.740.46
HSV276°85°80°
CMYK 0.340.850.00   0.20
XYZ21.355010.439158.0161
Yxy10.43910.23780.1162
Hunter Lab32.309661.4376-83.8462
CIE-Lab38.619268.5373-67.9699

#871ecc color RGB value is (135,30,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011110 11001100
Octal 207 36 314
Decimal 135 30 204
Hex 87 1E CC

RGB Percentages of Color #871ecc

%36.59
%8.13
%55.28

CMYK Percentages of Color #871ecc

%34
%85
%0
%20

Triadic Colors of #871ecc

#871ecc #cc871e #1ecc87

Analogous Colors of #871ecc

#871ecc #cc1eba #301ecc

Monochromatic Colors of #871ecc

#871ecc

Complementary Color

#871ecc #63cc1e

#871ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#871ecc Color CSS Codes

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

#871ecc Text Font Color

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

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


#871ecc Background Color

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

This div background color is #871ecc


#871ecc Border Color

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

This div border color is #871ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871ecc


Comments

No comments written yet.

Please login to write comment.