Color Hex Logo

#80497c Color Hex

#80497C
(128,73,124)
0 Favorites   0 Comments

Color spaces of #80497c

RGB 12873124
HSL0.850.270.39
HSV304°43°50°
CMYK 0.000.430.03   0.50
XYZ14.922710.809520.3687
Yxy10.80950.32370.2345
Hunter Lab32.877823.4821-13.7173
CIE-Lab39.257731.5565-19.1118

#80497c color RGB value is (128,73,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001001 01111100
Octal 200 111 174
Decimal 128 73 124
Hex 80 49 7C

RGB Percentages of Color #80497c

%39.38
%22.46
%38.15

CMYK Percentages of Color #80497c

%0
%43
%3
%50

Triadic Colors of #80497c

#80497c #7c8049 #497c80

Analogous Colors of #80497c

#80497c #804961 #694980

Monochromatic Colors of #80497c

#80497c

Complementary Color

#80497c #49804d

#80497c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80497c Color Preview on White Background

Lorem ipsum dolor sit amet.

#80497c Color CSS Codes

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

#80497c Text Font Color

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

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


#80497c Background Color

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

This div background color is #80497c


#80497c Border Color

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

This div border color is #80497c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80497c


Comments

No comments written yet.

Please login to write comment.