Color Hex Logo

#828390 Color Hex

#828390
(130,131,144)
1 Favorites   0 Comments

Color spaces of #828390

RGB 130131144
HSL0.650.060.54
HSV236°10°56°
CMYK 0.100.090.00   0.44
XYZ22.356322.992029.6452
Yxy22.99200.29810.3066
Hunter Lab47.9500-0.6882-3.0912
CIE-Lab55.06412.3328-7.1025

#828390 color RGB value is (130,131,144).

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

The process color (four color CMYK) of #828390 color hex is 0.10, 0.09, 0.00, 0.44. Web safe color of #828390 is #999999. Color #828390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000011 10010000
Octal 202 203 220
Decimal 130 131 144
Hex 82 83 90

RGB Percentages of Color #828390

%32.10
%32.35
%35.56

CMYK Percentages of Color #828390

%10
%9
%0
%44

Triadic Colors of #828390

#828390 #908283 #839082

Analogous Colors of #828390

#828390 #888290 #828a90

Monochromatic Colors of #828390

#828390

Complementary Color

#828390 #908f82

#828390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828390 Color CSS Codes

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

#828390 Text Font Color

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

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


#828390 Background Color

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

This div background color is #828390


#828390 Border Color

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

This div border color is #828390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828390


Comments

No comments written yet.

Please login to write comment.