Color Hex Logo

#8011cc Color Hex

#8011CC
(128,17,204)
0 Favorites   0 Comments

Color spaces of #8011cc

RGB 12817204
HSL0.770.850.43
HSV276°92°80°
CMYK 0.370.920.00   0.20
XYZ20.00169.349757.8772
Yxy9.34970.22930.1072
Hunter Lab30.577363.2525-90.8210
CIE-Lab36.649170.4675-71.2373

#8011cc color RGB value is (128,17,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010001 11001100
Octal 200 21 314
Decimal 128 17 204
Hex 80 11 CC

RGB Percentages of Color #8011cc

%36.68
%4.87
%58.45

CMYK Percentages of Color #8011cc

%37
%92
%0
%20

Triadic Colors of #8011cc

#8011cc #cc8011 #11cc80

Analogous Colors of #8011cc

#8011cc #cc11bb #2211cc

Monochromatic Colors of #8011cc

#8011cc

Complementary Color

#8011cc #5dcc11

#8011cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8011cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8011cc Color CSS Codes

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

#8011cc Text Font Color

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

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


#8011cc Background Color

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

This div background color is #8011cc


#8011cc Border Color

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

This div border color is #8011cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8011cc


Comments

No comments written yet.

Please login to write comment.