Color Hex Logo

#8022cc Color Hex

#8022CC
(128,34,204)
0 Favorites   0 Comments

Color spaces of #8022cc

RGB 12834204
HSL0.760.710.47
HSV273°83°80°
CMYK 0.370.830.00   0.20
XYZ20.373210.092958.0011
Yxy10.09290.23030.1141
Hunter Lab31.769358.8731-86.0069
CIE-Lab38.008666.4376-69.0087

#8022cc color RGB value is (128,34,204).

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

The process color (four color CMYK) of #8022cc color hex is 0.37, 0.83, 0.00, 0.20. Web safe color of #8022cc is #9933cc. Color #8022cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100010 11001100
Octal 200 42 314
Decimal 128 34 204
Hex 80 22 CC

RGB Percentages of Color #8022cc

%34.97
%9.29
%55.74

CMYK Percentages of Color #8022cc

%37
%83
%0
%20

Triadic Colors of #8022cc

#8022cc #cc8022 #22cc80

Analogous Colors of #8022cc

#8022cc #cc22c3 #2b22cc

Monochromatic Colors of #8022cc

#8022cc

Complementary Color

#8022cc #6ecc22

#8022cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8022cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8022cc Color CSS Codes

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

#8022cc Text Font Color

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

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


#8022cc Background Color

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

This div background color is #8022cc


#8022cc Border Color

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

This div border color is #8022cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8022cc


Comments

No comments written yet.

Please login to write comment.