Color Hex Logo

#828094 Color Hex

#828094
(130,128,148)
0 Favorites   0 Comments

Color spaces of #828094

RGB 130128148
HSL0.680.090.54
HSV246°14°58°
CMYK 0.120.140.00   0.42
XYZ22.270422.322331.1518
Yxy22.32230.29400.2947
Hunter Lab47.24651.4575-6.0201
CIE-Lab54.36734.9403-10.4636

#828094 color RGB value is (130,128,148).

#828094 hex color red value is 130, green value is 128 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #828094 hue: 0.68 , saturation: 0.09 and the lightness value of 828094 is 0.54.

The process color (four color CMYK) of #828094 color hex is 0.12, 0.14, 0.00, 0.42. Web safe color of #828094 is #999999. Color #828094 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000000 10010100
Octal 202 200 224
Decimal 130 128 148
Hex 82 80 94

RGB Percentages of Color #828094

%32.02
%31.53
%36.45

CMYK Percentages of Color #828094

%12
%14
%0
%42

Triadic Colors of #828094

#828094 #948280 #809482

Analogous Colors of #828094

#828094 #8c8094 #808894

Monochromatic Colors of #828094

#828094

Complementary Color

#828094 #929480

#828094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828094 Color CSS Codes

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

#828094 Text Font Color

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

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


#828094 Background Color

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

This div background color is #828094


#828094 Border Color

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

This div border color is #828094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828094


Comments

No comments written yet.

Please login to write comment.