Color Hex Logo

#8712cc Color Hex

#8712CC
(135,18,204)
0 Favorites   0 Comments

Color spaces of #8712cc

RGB 13518204
HSL0.770.840.44
HSV278°91°80°
CMYK 0.340.910.00   0.20
XYZ21.10719.943157.9335
Yxy9.94310.23720.1117
Hunter Lab31.532764.3007-86.8578
CIE-Lab37.740171.1459-69.4086

#8712cc color RGB value is (135,18,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010010 11001100
Octal 207 22 314
Decimal 135 18 204
Hex 87 12 CC

RGB Percentages of Color #8712cc

%37.82
%5.04
%57.14

CMYK Percentages of Color #8712cc

%34
%91
%0
%20

Triadic Colors of #8712cc

#8712cc #cc8712 #12cc87

Analogous Colors of #8712cc

#8712cc #cc12b4 #2a12cc

Monochromatic Colors of #8712cc

#8712cc

Complementary Color

#8712cc #57cc12

#8712cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8712cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8712cc Color CSS Codes

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

#8712cc Text Font Color

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

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


#8712cc Background Color

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

This div background color is #8712cc


#8712cc Border Color

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

This div border color is #8712cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8712cc


Comments

No comments written yet.

Please login to write comment.