Color Hex Logo

#8019cc Color Hex

#8019CC
(128,25,204)
0 Favorites   0 Comments

Color spaces of #8019cc

RGB 12825204
HSL0.760.780.45
HSV275°88°80°
CMYK 0.370.880.00   0.20
XYZ20.14889.644157.9263
Yxy9.64410.22970.1099
Hunter Lab31.055061.4666-88.8542
CIE-Lab37.195968.8380-70.3401

#8019cc color RGB value is (128,25,204).

#8019cc hex color red value is 128, green value is 25 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8019cc hue: 0.76 , saturation: 0.78 and the lightness value of 8019cc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011001 11001100
Octal 200 31 314
Decimal 128 25 204
Hex 80 19 CC

RGB Percentages of Color #8019cc

%35.85
%7.00
%57.14

CMYK Percentages of Color #8019cc

%37
%88
%0
%20

Triadic Colors of #8019cc

#8019cc #cc8019 #19cc80

Analogous Colors of #8019cc

#8019cc #cc19bf #2719cc

Monochromatic Colors of #8019cc

#8019cc

Complementary Color

#8019cc #65cc19

#8019cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8019cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8019cc Color CSS Codes

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

#8019cc Text Font Color

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

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


#8019cc Background Color

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

This div background color is #8019cc


#8019cc Border Color

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

This div border color is #8019cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8019cc


Comments

No comments written yet.

Please login to write comment.