Color Hex Logo

#80819e Color Hex

#80819E
(128,129,158)
0 Favorites   0 Comments

Color spaces of #80819e

RGB 128129158
HSL0.660.130.56
HSV238°19°62°
CMYK 0.190.180.00   0.38
XYZ22.923922.758335.5323
Yxy22.75830.28230.2802
Hunter Lab47.70572.2893-10.7666
CIE-Lab54.82255.9644-15.5871

#80819e color RGB value is (128,129,158).

#80819e hex color red value is 128, green value is 129 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #80819e hue: 0.66 , saturation: 0.13 and the lightness value of 80819e is 0.56.

The process color (four color CMYK) of #80819e color hex is 0.19, 0.18, 0.00, 0.38. Web safe color of #80819e is #999999. Color #80819e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000001 10011110
Octal 200 201 236
Decimal 128 129 158
Hex 80 81 9E

RGB Percentages of Color #80819e

%30.84
%31.08
%38.07

CMYK Percentages of Color #80819e

%19
%18
%0
%38

Triadic Colors of #80819e

#80819e #9e8081 #819e80

Analogous Colors of #80819e

#80819e #8e809e #80909e

Monochromatic Colors of #80819e

#80819e

Complementary Color

#80819e #9e9d80

#80819e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80819e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80819e Color CSS Codes

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

#80819e Text Font Color

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

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


#80819e Background Color

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

This div background color is #80819e


#80819e Border Color

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

This div border color is #80819e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80819e


Comments

No comments written yet.

Please login to write comment.