Color Hex Logo

#828492 Color Hex

#828492
(130,132,146)
0 Favorites   0 Comments

Color spaces of #828492

RGB 130132146
HSL0.650.070.54
HSV233°11°57°
CMYK 0.110.100.00   0.43
XYZ22.645523.323730.5025
Yxy23.32370.29610.3050
Hunter Lab48.2946-0.8164-3.6409
CIE-Lab55.40422.1919-7.7538

#828492 color RGB value is (130,132,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000100 10010010
Octal 202 204 222
Decimal 130 132 146
Hex 82 84 92

RGB Percentages of Color #828492

%31.86
%32.35
%35.78

CMYK Percentages of Color #828492

%11
%10
%0
%43

Triadic Colors of #828492

#828492 #928284 #849282

Analogous Colors of #828492

#828492 #888292 #828c92

Monochromatic Colors of #828492

#828492

Complementary Color

#828492 #929082

#828492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828492 Color CSS Codes

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

#828492 Text Font Color

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

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


#828492 Background Color

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

This div background color is #828492


#828492 Border Color

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

This div border color is #828492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828492


Comments

No comments written yet.

Please login to write comment.