Color Hex Logo

#80497d Color Hex

#80497D
(128,73,125)
0 Favorites   0 Comments

Color spaces of #80497d

RGB 12873125
HSL0.840.270.39
HSV303°43°50°
CMYK 0.000.430.02   0.50
XYZ14.986310.834920.7035
Yxy10.83490.32210.2329
Hunter Lab32.916423.6644-14.2503
CIE-Lab39.301031.7528-19.6605

#80497d color RGB value is (128,73,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001001 01111101
Octal 200 111 175
Decimal 128 73 125
Hex 80 49 7D

RGB Percentages of Color #80497d

%39.26
%22.39
%38.34

CMYK Percentages of Color #80497d

%0
%43
%2
%50

Triadic Colors of #80497d

#80497d #7d8049 #497d80

Analogous Colors of #80497d

#80497d #804962 #684980

Monochromatic Colors of #80497d

#80497d

Complementary Color

#80497d #49804c

#80497d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80497d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80497d Color CSS Codes

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

#80497d Text Font Color

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

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


#80497d Background Color

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

This div background color is #80497d


#80497d Border Color

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

This div border color is #80497d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80497d


Comments

No comments written yet.

Please login to write comment.