Color Hex Logo

#82848c Color Hex

#82848C
(130,132,140)
1 Favorites   0 Comments

Color spaces of #82848c

RGB 130132140
HSL0.630.040.53
HSV228°55°
CMYK 0.070.060.00   0.45
XYZ22.190823.141828.1082
Yxy23.14180.30220.3151
Hunter Lab48.1059-1.8450-0.9689
CIE-Lab55.21810.9055-4.5569

#82848c color RGB value is (130,132,140).

#82848c hex color red value is 130, green value is 132 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #82848c hue: 0.63 , saturation: 0.04 and the lightness value of 82848c is 0.53.

The process color (four color CMYK) of #82848c color hex is 0.07, 0.06, 0.00, 0.45. Web safe color of #82848c is #999999. Color #82848c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000100 10001100
Octal 202 204 214
Decimal 130 132 140
Hex 82 84 8C

RGB Percentages of Color #82848c

%32.34
%32.84
%34.83

CMYK Percentages of Color #82848c

%7
%6
%0
%45

Triadic Colors of #82848c

#82848c #8c8284 #848c82

Analogous Colors of #82848c

#82848c #85828c #82898c

Monochromatic Colors of #82848c

#82848c

Complementary Color

#82848c #8c8a82

#82848c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82848c Color Preview on White Background

Lorem ipsum dolor sit amet.

#82848c Color CSS Codes

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

#82848c Text Font Color

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

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


#82848c Background Color

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

This div background color is #82848c


#82848c Border Color

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

This div border color is #82848c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82848c


Comments

No comments written yet.

Please login to write comment.