Color Hex Logo

#828099 Color Hex

#828099
(130,128,153)
0 Favorites   0 Comments

Color spaces of #828099

RGB 130128153
HSL0.680.110.55
HSV245°16°60°
CMYK 0.150.160.00   0.40
XYZ22.674922.484133.2818
Yxy22.48410.28910.2866
Hunter Lab47.41742.3779-8.4229
CIE-Lab54.53696.0643-13.1088

#828099 color RGB value is (130,128,153).

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

The process color (four color CMYK) of #828099 color hex is 0.15, 0.16, 0.00, 0.40. Web safe color of #828099 is #999999. Color #828099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000000 10011001
Octal 202 200 231
Decimal 130 128 153
Hex 82 80 99

RGB Percentages of Color #828099

%31.63
%31.14
%37.23

CMYK Percentages of Color #828099

%15
%16
%0
%40

Triadic Colors of #828099

#828099 #998280 #809982

Analogous Colors of #828099

#828099 #8f8099 #808b99

Monochromatic Colors of #828099

#828099

Complementary Color

#828099 #979980

#828099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828099 Color CSS Codes

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

#828099 Text Font Color

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

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


#828099 Background Color

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

This div background color is #828099


#828099 Border Color

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

This div border color is #828099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828099


Comments

No comments written yet.

Please login to write comment.