Color Hex Logo

#80829d Color Hex

#80829D
(128,130,157)
0 Favorites   0 Comments

Color spaces of #80829d

RGB 128130157
HSL0.660.130.56
HSV236°18°62°
CMYK 0.180.170.00   0.38
XYZ22.970522.988835.1249
Yxy22.98880.28330.2835
Hunter Lab47.94661.6100-9.8722
CIE-Lab55.06085.1480-14.6480

#80829d color RGB value is (128,130,157).

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

The process color (four color CMYK) of #80829d color hex is 0.18, 0.17, 0.00, 0.38. Web safe color of #80829d is #999999. Color #80829d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000010 10011101
Octal 200 202 235
Decimal 128 130 157
Hex 80 82 9D

RGB Percentages of Color #80829d

%30.84
%31.33
%37.83

CMYK Percentages of Color #80829d

%18
%17
%0
%38

Triadic Colors of #80829d

#80829d #9d8082 #829d80

Analogous Colors of #80829d

#80829d #8d809d #80919d

Monochromatic Colors of #80829d

#80829d

Complementary Color

#80829d #9d9b80

#80829d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80829d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80829d Color CSS Codes

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

#80829d Text Font Color

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

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


#80829d Background Color

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

This div background color is #80829d


#80829d Border Color

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

This div border color is #80829d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80829d


Comments

No comments written yet.

Please login to write comment.