Color Hex Logo

#828992 Color Hex

#828992
(130,137,146)
0 Favorites   0 Comments

Color spaces of #828992

RGB 130137146
HSL0.590.070.54
HSV214°11°57°
CMYK 0.110.060.00   0.43
XYZ23.339924.712530.7340
Yxy24.71250.29620.3137
Hunter Lab49.7117-3.1887-1.8576
CIE-Lab56.7942-0.6630-5.6874

#828992 color RGB value is (130,137,146).

#828992 hex color red value is 130, green value is 137 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #828992 hue: 0.59 , saturation: 0.07 and the lightness value of 828992 is 0.54.

The process color (four color CMYK) of #828992 color hex is 0.11, 0.06, 0.00, 0.43. Web safe color of #828992 is #999999. Color #828992 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001001 10010010
Octal 202 211 222
Decimal 130 137 146
Hex 82 89 92

RGB Percentages of Color #828992

%31.48
%33.17
%35.35

CMYK Percentages of Color #828992

%11
%6
%0
%43

Triadic Colors of #828992

#828992 #928289 #899282

Analogous Colors of #828992

#828992 #838292 #829192

Monochromatic Colors of #828992

#828992

Complementary Color

#828992 #928b82

#828992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828992 Color CSS Codes

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

#828992 Text Font Color

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

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


#828992 Background Color

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

This div background color is #828992


#828992 Border Color

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

This div border color is #828992


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,137,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #828992; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #828992;
  -webkit-box-shadow: 1px 1px 3px 2px #828992;
  box-shadow:         1px 1px 3px 2px #828992; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828992


Comments

No comments written yet.

Please login to write comment.