Color Hex Logo

#80719d Color Hex

#80719D
(128,113,157)
0 Favorites   0 Comments

Color spaces of #80719d

RGB 128113157
HSL0.720.180.53
HSV260°28°62°
CMYK 0.180.280.00   0.38
XYZ20.893018.833834.4324
Yxy18.83380.28170.2540
Hunter Lab43.39799.9886-16.6628
CIE-Lab50.492215.1528-21.6175

#80719d color RGB value is (128,113,157).

#80719d hex color red value is 128, green value is 113 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #80719d hue: 0.72 , saturation: 0.18 and the lightness value of 80719d is 0.53.

The process color (four color CMYK) of #80719d color hex is 0.18, 0.28, 0.00, 0.38. Web safe color of #80719d is #996699. Color #80719d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110001 10011101
Octal 200 161 235
Decimal 128 113 157
Hex 80 71 9D

RGB Percentages of Color #80719d

%32.16
%28.39
%39.45

CMYK Percentages of Color #80719d

%18
%28
%0
%38

Triadic Colors of #80719d

#80719d #9d8071 #719d80

Analogous Colors of #80719d

#80719d #96719d #71789d

Monochromatic Colors of #80719d

#80719d

Complementary Color

#80719d #8e9d71

#80719d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80719d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80719d Color CSS Codes

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

#80719d Text Font Color

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

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


#80719d Background Color

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

This div background color is #80719d


#80719d Border Color

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

This div border color is #80719d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80719d


Comments

No comments written yet.

Please login to write comment.