Color Hex Logo

#828088 Color Hex

#828088
(130,128,136)
0 Favorites   0 Comments

Color spaces of #828088

RGB 130128136
HSL0.710.030.52
HSV255°53°
CMYK 0.040.060.00   0.47
XYZ21.369021.961726.4053
Yxy21.96170.30640.3149
Hunter Lab46.8633-0.6173-0.6028
CIE-Lab53.98632.3662-4.0551

#828088 color RGB value is (130,128,136).

#828088 hex color red value is 130, green value is 128 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #828088 hue: 0.71 , saturation: 0.03 and the lightness value of 828088 is 0.52.

The process color (four color CMYK) of #828088 color hex is 0.04, 0.06, 0.00, 0.47. Web safe color of #828088 is #999999. Color #828088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000000 10001000
Octal 202 200 210
Decimal 130 128 136
Hex 82 80 88

RGB Percentages of Color #828088

%32.99
%32.49
%34.52

CMYK Percentages of Color #828088

%4
%6
%0
%47

Triadic Colors of #828088

#828088 #888280 #808882

Analogous Colors of #828088

#828088 #868088 #808288

Monochromatic Colors of #828088

#828088

Complementary Color

#828088 #868880

#828088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828088 Color CSS Codes

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

#828088 Text Font Color

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

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


#828088 Background Color

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

This div background color is #828088


#828088 Border Color

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

This div border color is #828088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828088


Comments

No comments written yet.

Please login to write comment.