Color Hex Logo

#80497e Color Hex

#80497E
(128,73,126)
0 Favorites   0 Comments

Color spaces of #80497e

RGB 12873126
HSL0.840.270.39
HSV302°43°50°
CMYK 0.000.430.02   0.50
XYZ15.050510.860621.0417
Yxy10.86060.32050.2313
Hunter Lab32.955423.8476-14.7873
CIE-Lab39.344731.9496-20.2081

#80497e color RGB value is (128,73,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001001 01111110
Octal 200 111 176
Decimal 128 73 126
Hex 80 49 7E

RGB Percentages of Color #80497e

%39.14
%22.32
%38.53

CMYK Percentages of Color #80497e

%0
%43
%2
%50

Triadic Colors of #80497e

#80497e #7e8049 #497e80

Analogous Colors of #80497e

#80497e #804963 #674980

Monochromatic Colors of #80497e

#80497e

Complementary Color

#80497e #49804b

#80497e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80497e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80497e Color CSS Codes

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

#80497e Text Font Color

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

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


#80497e Background Color

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

This div background color is #80497e


#80497e Border Color

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

This div border color is #80497e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80497e


Comments

No comments written yet.

Please login to write comment.