Color Hex Logo

#8820cc Color Hex

#8820CC
(136,32,204)
0 Favorites   0 Comments

Color spaces of #8820cc

RGB 13632204
HSL0.770.730.46
HSV276°84°80°
CMYK 0.330.840.00   0.20
XYZ21.568910.626958.0411
Yxy10.62690.23900.1178
Hunter Lab32.598961.0554-82.7443
CIE-Lab38.944868.1454-67.4318

#8820cc color RGB value is (136,32,204).

#8820cc hex color red value is 136, green value is 32 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8820cc hue: 0.77 , saturation: 0.73 and the lightness value of 8820cc is 0.46.

The process color (four color CMYK) of #8820cc color hex is 0.33, 0.84, 0.00, 0.20. Web safe color of #8820cc is #9933cc. Color #8820cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100000 11001100
Octal 210 40 314
Decimal 136 32 204
Hex 88 20 CC

RGB Percentages of Color #8820cc

%36.56
%8.60
%54.84

CMYK Percentages of Color #8820cc

%33
%84
%0
%20

Triadic Colors of #8820cc

#8820cc #cc8820 #20cc88

Analogous Colors of #8820cc

#8820cc #cc20ba #3220cc

Monochromatic Colors of #8820cc

#8820cc

Complementary Color

#8820cc #64cc20

#8820cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8820cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8820cc Color CSS Codes

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

#8820cc Text Font Color

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

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


#8820cc Background Color

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

This div background color is #8820cc


#8820cc Border Color

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

This div border color is #8820cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8820cc


Comments

No comments written yet.

Please login to write comment.