Color Hex Logo

#80498f Color Hex

#80498F
(128,73,143)
0 Favorites   0 Comments

Color spaces of #80498f

RGB 12873143
HSL0.800.320.42
HSV287°49°56°
CMYK 0.100.490.00   0.44
XYZ16.242611.337527.3189
Yxy11.33750.29590.2065
Hunter Lab33.671227.1817-24.5347
CIE-Lab40.143235.4690-29.3447

#80498f color RGB value is (128,73,143).

#80498f hex color red value is 128, green value is 73 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #80498f hue: 0.80 , saturation: 0.32 and the lightness value of 80498f is 0.42.

The process color (four color CMYK) of #80498f color hex is 0.10, 0.49, 0.00, 0.44. Web safe color of #80498f is #993399. Color #80498f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001001 10001111
Octal 200 111 217
Decimal 128 73 143
Hex 80 49 8F

RGB Percentages of Color #80498f

%37.21
%21.22
%41.57

CMYK Percentages of Color #80498f

%10
%49
%0
%44

Triadic Colors of #80498f

#80498f #8f8049 #498f80

Analogous Colors of #80498f

#80498f #8f497b #5d498f

Monochromatic Colors of #80498f

#80498f

Complementary Color

#80498f #588f49

#80498f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80498f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80498f Color CSS Codes

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

#80498f Text Font Color

<p style="color:#80498f">Text here</p>

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


#80498f Background Color

<div style="background-color:#80498f">
Div content here</div>

This div background color is #80498f


#80498f Border Color

<div style="border:3px solid #80498f">
Div here</div>

This div border color is #80498f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80498f


Comments

No comments written yet.

Please login to write comment.