Color Hex Logo

#82879c Color Hex

#82879C
(130,135,156)
0 Favorites   0 Comments

Color spaces of #82879c

RGB 130135156
HSL0.630.120.56
HSV228°17°61°
CMYK 0.170.130.00   0.39
XYZ23.870624.474134.9183
Yxy24.47410.28670.2939
Hunter Lab49.4713-0.4460-7.2187
CIE-Lab56.55942.7045-11.7947

#82879c color RGB value is (130,135,156).

#82879c hex color red value is 130, green value is 135 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #82879c hue: 0.63 , saturation: 0.12 and the lightness value of 82879c is 0.56.

The process color (four color CMYK) of #82879c color hex is 0.17, 0.13, 0.00, 0.39. Web safe color of #82879c is #999999. Color #82879c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000111 10011100
Octal 202 207 234
Decimal 130 135 156
Hex 82 87 9C

RGB Percentages of Color #82879c

%30.88
%32.07
%37.05

CMYK Percentages of Color #82879c

%17
%13
%0
%39

Triadic Colors of #82879c

#82879c #9c8287 #879c82

Analogous Colors of #82879c

#82879c #8a829c #82949c

Monochromatic Colors of #82879c

#82879c

Complementary Color

#82879c #9c9782

#82879c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82879c Color Preview on White Background

Lorem ipsum dolor sit amet.

#82879c Color CSS Codes

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

#82879c Text Font Color

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

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


#82879c Background Color

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

This div background color is #82879c


#82879c Border Color

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

This div border color is #82879c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82879c


Comments

No comments written yet.

Please login to write comment.