Color Hex Logo

#82829b Color Hex

#82829B
(130,130,155)
0 Favorites   0 Comments

Color spaces of #82829b

RGB 130130155
HSL0.670.110.56
HSV240°16°61°
CMYK 0.160.160.00   0.39
XYZ23.104923.077634.2470
Yxy23.07760.28730.2869
Hunter Lab48.03921.7828-8.6403
CIE-Lab55.15225.3603-13.3380

#82829b color RGB value is (130,130,155).

#82829b hex color red value is 130, green value is 130 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #82829b hue: 0.67 , saturation: 0.11 and the lightness value of 82829b is 0.56.

The process color (four color CMYK) of #82829b color hex is 0.16, 0.16, 0.00, 0.39. Web safe color of #82829b is #999999. Color #82829b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000010 10011011
Octal 202 202 233
Decimal 130 130 155
Hex 82 82 9B

RGB Percentages of Color #82829b

%31.33
%31.33
%37.35

CMYK Percentages of Color #82829b

%16
%16
%0
%39

Triadic Colors of #82829b

#82829b #9b8282 #829b82

Analogous Colors of #82829b

#82829b #8f829b #828f9b

Monochromatic Colors of #82829b

#82829b

Complementary Color

#82829b #9b9b82

#82829b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82829b Color Preview on White Background

Lorem ipsum dolor sit amet.

#82829b Color CSS Codes

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

#82829b Text Font Color

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

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


#82829b Background Color

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

This div background color is #82829b


#82829b Border Color

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

This div border color is #82829b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82829b


Comments

No comments written yet.

Please login to write comment.