Color Hex Logo

#80467e Color Hex

#80467E
(128,70,126)
0 Favorites   0 Comments

Color spaces of #80467e

RGB 12870126
HSL0.840.290.39
HSV302°45°50°
CMYK 0.000.450.02   0.50
XYZ14.858110.475920.9776
Yxy10.47590.32080.2262
Hunter Lab32.366525.3005-15.7709
CIE-Lab38.683333.6426-21.2308

#80467e color RGB value is (128,70,126).

#80467e hex color red value is 128, green value is 70 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #80467e hue: 0.84 , saturation: 0.29 and the lightness value of 80467e is 0.39.

The process color (four color CMYK) of #80467e color hex is 0.00, 0.45, 0.02, 0.50. Web safe color of #80467e is #993366. Color #80467e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000110 01111110
Octal 200 106 176
Decimal 128 70 126
Hex 80 46 7E

RGB Percentages of Color #80467e

%39.51
%21.60
%38.89

CMYK Percentages of Color #80467e

%0
%45
%2
%50

Triadic Colors of #80467e

#80467e #7e8046 #467e80

Analogous Colors of #80467e

#80467e #804661 #654680

Monochromatic Colors of #80467e

#80467e

Complementary Color

#80467e #468048

#80467e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80467e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80467e Color CSS Codes

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

#80467e Text Font Color

<p style="color:#80467e">Text here</p>

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


#80467e Background Color

<div style="background-color:#80467e">
Div content here</div>

This div background color is #80467e


#80467e Border Color

<div style="border:3px solid #80467e">
Div here</div>

This div border color is #80467e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,70,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80467e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80467e;
  -webkit-box-shadow: 1px 1px 3px 2px #80467e;
  box-shadow:         1px 1px 3px 2px #80467e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80467e


Comments

No comments written yet.

Please login to write comment.