Color Hex Logo

#8c11cc Color Hex

#8C11CC
(140,17,204)
0 Favorites   0 Comments

Color spaces of #8c11cc

RGB 14017204
HSL0.780.850.43
HSV279°92°80°
CMYK 0.310.920.00   0.20
XYZ21.914710.336057.9667
Yxy10.33600.24290.1146
Hunter Lab32.149765.4120-84.3967
CIE-Lab38.438871.9477-68.2349

#8c11cc color RGB value is (140,17,204).

#8c11cc hex color red value is 140, green value is 17 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8c11cc hue: 0.78 , saturation: 0.85 and the lightness value of 8c11cc is 0.43.

The process color (four color CMYK) of #8c11cc color hex is 0.31, 0.92, 0.00, 0.20. Web safe color of #8c11cc is #9900cc. Color #8c11cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00010001 11001100
Octal 214 21 314
Decimal 140 17 204
Hex 8C 11 CC

RGB Percentages of Color #8c11cc

%38.78
%4.71
%56.51

CMYK Percentages of Color #8c11cc

%31
%92
%0
%20

Triadic Colors of #8c11cc

#8c11cc #cc8c11 #11cc8c

Analogous Colors of #8c11cc

#8c11cc #cc11af #2e11cc

Monochromatic Colors of #8c11cc

#8c11cc

Complementary Color

#8c11cc #51cc11

#8c11cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c11cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c11cc Color CSS Codes

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

#8c11cc Text Font Color

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

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


#8c11cc Background Color

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

This div background color is #8c11cc


#8c11cc Border Color

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

This div border color is #8c11cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,17,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c11cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c11cc;
  -webkit-box-shadow: 1px 1px 3px 2px #8c11cc;
  box-shadow:         1px 1px 3px 2px #8c11cc; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c11cc


Comments

No comments written yet.

Please login to write comment.