Color Hex Logo

#80487e Color Hex

#80487E
(128,72,126)
0 Favorites   0 Comments

Color spaces of #80487e

RGB 12872126
HSL0.840.280.39
HSV302°44°50°
CMYK 0.000.440.02   0.50
XYZ14.985310.730321.0200
Yxy10.73030.32060.2296
Hunter Lab32.757124.3328-15.1159
CIE-Lab39.122532.5163-20.5514

#80487e color RGB value is (128,72,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001000 01111110
Octal 200 110 176
Decimal 128 72 126
Hex 80 48 7E

RGB Percentages of Color #80487e

%39.26
%22.09
%38.65

CMYK Percentages of Color #80487e

%0
%44
%2
%50

Triadic Colors of #80487e

#80487e #7e8048 #487e80

Analogous Colors of #80487e

#80487e #804862 #664880

Monochromatic Colors of #80487e

#80487e

Complementary Color

#80487e #48804a

#80487e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80487e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80487e Color CSS Codes

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

#80487e Text Font Color

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

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


#80487e Background Color

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

This div background color is #80487e


#80487e Border Color

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

This div border color is #80487e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80487e


Comments

No comments written yet.

Please login to write comment.