Color Hex Logo

#80429c Color Hex

#80429C
(128,66,156)
0 Favorites   0 Comments

Color spaces of #80429c

RGB 12866156
HSL0.780.410.44
HSV281°58°61°
CMYK 0.180.580.00   0.39
XYZ16.851110.885932.6655
Yxy10.88590.27900.1802
Hunter Lab32.993833.4272-35.6044
CIE-Lab39.387642.1483-38.3915

#80429c color RGB value is (128,66,156).

#80429c hex color red value is 128, green value is 66 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #80429c hue: 0.78 , saturation: 0.41 and the lightness value of 80429c is 0.44.

The process color (four color CMYK) of #80429c color hex is 0.18, 0.58, 0.00, 0.39. Web safe color of #80429c is #993399. Color #80429c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000010 10011100
Octal 200 102 234
Decimal 128 66 156
Hex 80 42 9C

RGB Percentages of Color #80429c

%36.57
%18.86
%44.57

CMYK Percentages of Color #80429c

%18
%58
%0
%39

Triadic Colors of #80429c

#80429c #9c8042 #429c80

Analogous Colors of #80429c

#80429c #9c428b #53429c

Monochromatic Colors of #80429c

#80429c

Complementary Color

#80429c #5e9c42

#80429c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80429c Color Preview on White Background

Lorem ipsum dolor sit amet.

#80429c Color CSS Codes

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

#80429c Text Font Color

<p style="color:#80429c">Text here</p>

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


#80429c Background Color

<div style="background-color:#80429c">
Div content here</div>

This div background color is #80429c


#80429c Border Color

<div style="border:3px solid #80429c">
Div here</div>

This div border color is #80429c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,66,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80429c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80429c;
  -webkit-box-shadow: 1px 1px 3px 2px #80429c;
  box-shadow:         1px 1px 3px 2px #80429c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,66,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #80429c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80429c


Comments

No comments written yet.

Please login to write comment.