Color Hex Logo

#828299 Color Hex

#828299
(130,130,153)
0 Favorites   0 Comments

Color spaces of #828299

RGB 130130153
HSL0.670.100.55
HSV240°15°60°
CMYK 0.150.150.00   0.40
XYZ22.938323.011033.3696
Yxy23.01100.28920.2901
Hunter Lab47.96981.4084-7.6655
CIE-Lab55.08374.9038-12.2845

#828299 color RGB value is (130,130,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000010 10011001
Octal 202 202 231
Decimal 130 130 153
Hex 82 82 99

RGB Percentages of Color #828299

%31.48
%31.48
%37.05

CMYK Percentages of Color #828299

%15
%15
%0
%40

Triadic Colors of #828299

#828299 #998282 #829982

Analogous Colors of #828299

#828299 #8e8299 #828e99

Monochromatic Colors of #828299

#828299

Complementary Color

#828299 #999982

#828299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828299 Color CSS Codes

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

#828299 Text Font Color

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

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


#828299 Background Color

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

This div background color is #828299


#828299 Border Color

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

This div border color is #828299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828299


Comments

No comments written yet.

Please login to write comment.