Color Hex Logo

#8f11cc Color Hex

#8F11CC
(143,17,204)
0 Favorites   0 Comments

Color spaces of #8f11cc

RGB 14317204
HSL0.780.850.43
HSV280°92°80°
CMYK 0.300.920.00   0.20
XYZ22.427210.600257.9907
Yxy10.60020.24640.1165
Hunter Lab32.557965.9814-82.8140
CIE-Lab38.898872.3368-67.4643

#8f11cc color RGB value is (143,17,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 00010001 11001100
Octal 217 21 314
Decimal 143 17 204
Hex 8F 11 CC

RGB Percentages of Color #8f11cc

%39.29
%4.67
%56.04

CMYK Percentages of Color #8f11cc

%30
%92
%0
%20

Triadic Colors of #8f11cc

#8f11cc #cc8f11 #11cc8f

Analogous Colors of #8f11cc

#8f11cc #cc11ac #3111cc

Monochromatic Colors of #8f11cc

#8f11cc

Complementary Color

#8f11cc #4ecc11

#8f11cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f11cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f11cc Color CSS Codes

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

#8f11cc Text Font Color

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

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


#8f11cc Background Color

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

This div background color is #8f11cc


#8f11cc Border Color

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

This div border color is #8f11cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f11cc


Comments

No comments written yet.

Please login to write comment.