Color Hex Logo

#8034cc Color Hex

#8034CC
(128,52,204)
0 Favorites   0 Comments

Color spaces of #8034cc

RGB 12852204
HSL0.750.600.50
HSV270°75°80°
CMYK 0.370.750.00   0.20
XYZ21.029211.404858.2197
Yxy11.40480.23200.1258
Hunter Lab33.771052.0527-78.5736
CIE-Lab40.254159.9370-65.3407

#8034cc color RGB value is (128,52,204).

#8034cc hex color red value is 128, green value is 52 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8034cc hue: 0.75 , saturation: 0.60 and the lightness value of 8034cc is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110100 11001100
Octal 200 64 314
Decimal 128 52 204
Hex 80 34 CC

RGB Percentages of Color #8034cc

%33.33
%13.54
%53.13

CMYK Percentages of Color #8034cc

%37
%75
%0
%20

Triadic Colors of #8034cc

#8034cc #cc8034 #34cc80

Analogous Colors of #8034cc

#8034cc #cc34cc #3434cc

Monochromatic Colors of #8034cc

#8034cc

Complementary Color

#8034cc #80cc34

#8034cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8034cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8034cc Color CSS Codes

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

#8034cc Text Font Color

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

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


#8034cc Background Color

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

This div background color is #8034cc


#8034cc Border Color

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

This div border color is #8034cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8034cc


Comments

No comments written yet.

Please login to write comment.