Color Hex Logo

#82878f Color Hex

#82878F
(130,135,143)
0 Favorites   0 Comments

Color spaces of #82878f

RGB 130135143
HSL0.600.050.54
HSV217°56°
CMYK 0.090.060.00   0.44
XYZ22.827824.056929.4269
Yxy24.05690.29910.3152
Hunter Lab49.0478-2.7564-1.2383
CIE-Lab56.1447-0.1704-4.9204

#82878f color RGB value is (130,135,143).

#82878f hex color red value is 130, green value is 135 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #82878f hue: 0.60 , saturation: 0.05 and the lightness value of 82878f is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000111 10001111
Octal 202 207 217
Decimal 130 135 143
Hex 82 87 8F

RGB Percentages of Color #82878f

%31.86
%33.09
%35.05

CMYK Percentages of Color #82878f

%9
%6
%0
%44

Triadic Colors of #82878f

#82878f #8f8287 #878f82

Analogous Colors of #82878f

#82878f #84828f #828e8f

Monochromatic Colors of #82878f

#82878f

Complementary Color

#82878f #8f8a82

#82878f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82878f Color Preview on White Background

Lorem ipsum dolor sit amet.

#82878f Color CSS Codes

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

#82878f Text Font Color

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

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


#82878f Background Color

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

This div background color is #82878f


#82878f Border Color

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

This div border color is #82878f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82878f


Comments

No comments written yet.

Please login to write comment.