Color Hex Logo

#82818e Color Hex

#82818E
(130,129,142)
0 Favorites   0 Comments

Color spaces of #82818e

RGB 130129142
HSL0.680.050.53
HSV245°56°
CMYK 0.080.090.00   0.44
XYZ21.938722.399328.7584
Yxy22.39930.30010.3064
Hunter Lab47.3279-0.0807-2.8975
CIE-Lab54.44813.0540-6.8588

#82818e color RGB value is (130,129,142).

#82818e hex color red value is 130, green value is 129 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #82818e hue: 0.68 , saturation: 0.05 and the lightness value of 82818e is 0.53.

The process color (four color CMYK) of #82818e color hex is 0.08, 0.09, 0.00, 0.44. Web safe color of #82818e is #999999. Color #82818e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000001 10001110
Octal 202 201 216
Decimal 130 129 142
Hex 82 81 8E

RGB Percentages of Color #82818e

%32.42
%32.17
%35.41

CMYK Percentages of Color #82818e

%8
%9
%0
%44

Triadic Colors of #82818e

#82818e #8e8281 #818e82

Analogous Colors of #82818e

#82818e #89818e #81878e

Monochromatic Colors of #82818e

#82818e

Complementary Color

#82818e #8d8e81

#82818e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82818e Color Preview on White Background

Lorem ipsum dolor sit amet.

#82818e Color CSS Codes

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

#82818e Text Font Color

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

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


#82818e Background Color

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

This div background color is #82818e


#82818e Border Color

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

This div border color is #82818e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82818e

#82818e Color Palettes


Comments

No comments written yet.

Please login to write comment.