Color Hex Logo

#82818a Color Hex

#82818A
(130,129,138)
0 Favorites   0 Comments

Color spaces of #82818a

RGB 130129138
HSL0.690.040.52
HSV247°54°
CMYK 0.060.070.00   0.46
XYZ21.643622.281327.2047
Yxy22.28130.30430.3132
Hunter Lab47.2031-0.7594-1.1286
CIE-Lab54.32422.2067-4.7187

#82818a color RGB value is (130,129,138).

#82818a hex color red value is 130, green value is 129 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #82818a hue: 0.69 , saturation: 0.04 and the lightness value of 82818a is 0.52.

The process color (four color CMYK) of #82818a color hex is 0.06, 0.07, 0.00, 0.46. Web safe color of #82818a is #999999. Color #82818a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000001 10001010
Octal 202 201 212
Decimal 130 129 138
Hex 82 81 8A

RGB Percentages of Color #82818a

%32.75
%32.49
%34.76

CMYK Percentages of Color #82818a

%6
%7
%0
%46

Triadic Colors of #82818a

#82818a #8a8281 #818a82

Analogous Colors of #82818a

#82818a #87818a #81858a

Monochromatic Colors of #82818a

#82818a

Complementary Color

#82818a #898a81

#82818a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82818a Color Preview on White Background

Lorem ipsum dolor sit amet.

#82818a Color CSS Codes

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

#82818a Text Font Color

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

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


#82818a Background Color

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

This div background color is #82818a


#82818a Border Color

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

This div border color is #82818a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82818a


Comments

No comments written yet.

Please login to write comment.