Color Hex Logo

#82838a Color Hex

#82838A
(130,131,138)
0 Favorites   0 Comments

Color spaces of #82838a

RGB 130131138
HSL0.650.030.53
HSV233°54°
CMYK 0.060.050.00   0.46
XYZ21.909722.813427.2934
Yxy22.81340.30420.3168
Hunter Lab47.7634-1.7056-0.4457
CIE-Lab54.87961.0589-3.8979

#82838a color RGB value is (130,131,138).

#82838a hex color red value is 130, green value is 131 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #82838a hue: 0.65 , saturation: 0.03 and the lightness value of 82838a is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000011 10001010
Octal 202 203 212
Decimal 130 131 138
Hex 82 83 8A

RGB Percentages of Color #82838a

%32.58
%32.83
%34.59

CMYK Percentages of Color #82838a

%6
%5
%0
%46

Triadic Colors of #82838a

#82838a #8a8283 #838a82

Analogous Colors of #82838a

#82838a #85828a #82878a

Monochromatic Colors of #82838a

#82838a

Complementary Color

#82838a #8a8982

#82838a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82838a Color Preview on White Background

Lorem ipsum dolor sit amet.

#82838a Color CSS Codes

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

#82838a Text Font Color

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

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


#82838a Background Color

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

This div background color is #82838a


#82838a Border Color

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

This div border color is #82838a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82838a


Comments

No comments written yet.

Please login to write comment.