Color Hex Logo

#8023cc Color Hex

#8023CC
(128,35,204)
0 Favorites   0 Comments

Color spaces of #8023cc

RGB 12835204
HSL0.760.710.47
HSV273°83°80°
CMYK 0.370.830.00   0.20
XYZ20.402210.150958.0107
Yxy10.15090.23040.1146
Hunter Lab31.860558.5486-85.6513
CIE-Lab38.111966.1345-68.8396

#8023cc color RGB value is (128,35,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100011 11001100
Octal 200 43 314
Decimal 128 35 204
Hex 80 23 CC

RGB Percentages of Color #8023cc

%34.88
%9.54
%55.59

CMYK Percentages of Color #8023cc

%37
%83
%0
%20

Triadic Colors of #8023cc

#8023cc #cc8023 #23cc80

Analogous Colors of #8023cc

#8023cc #cc23c4 #2c23cc

Monochromatic Colors of #8023cc

#8023cc

Complementary Color

#8023cc #6fcc23

#8023cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8023cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8023cc Color CSS Codes

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

#8023cc Text Font Color

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

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


#8023cc Background Color

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

This div background color is #8023cc


#8023cc Border Color

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

This div border color is #8023cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8023cc


Comments

No comments written yet.

Please login to write comment.