Color Hex Logo

#8720cc Color Hex

#8720CC
(135,32,204)
0 Favorites   0 Comments

Color spaces of #8720cc

RGB 13532204
HSL0.770.730.46
HSV276°84°80°
CMYK 0.340.840.00   0.20
XYZ21.407310.543658.0336
Yxy10.54360.23790.1172
Hunter Lab32.470960.8567-83.2364
CIE-Lab38.800968.0023-67.6730

#8720cc color RGB value is (135,32,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100000 11001100
Octal 207 40 314
Decimal 135 32 204
Hex 87 20 CC

RGB Percentages of Color #8720cc

%36.39
%8.63
%54.99

CMYK Percentages of Color #8720cc

%34
%84
%0
%20

Triadic Colors of #8720cc

#8720cc #cc8720 #20cc87

Analogous Colors of #8720cc

#8720cc #cc20bb #3120cc

Monochromatic Colors of #8720cc

#8720cc

Complementary Color

#8720cc #65cc20

#8720cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8720cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8720cc Color CSS Codes

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

#8720cc Text Font Color

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

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


#8720cc Background Color

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

This div background color is #8720cc


#8720cc Border Color

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

This div border color is #8720cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8720cc


Comments

No comments written yet.

Please login to write comment.