Color Hex Logo

#84818c Color Hex

#84818C
(132,129,140)
0 Favorites   0 Comments

Color spaces of #84818c

RGB 132129140
HSL0.710.050.53
HSV256°55°
CMYK 0.060.080.00   0.45
XYZ22.099622.499527.9890
Yxy22.49950.30450.3100
Hunter Lab47.43360.1553-1.7815
CIE-Lab54.55303.3498-5.5233

#84818c color RGB value is (132,129,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000001 10001100
Octal 204 201 214
Decimal 132 129 140
Hex 84 81 8C

RGB Percentages of Color #84818c

%32.92
%32.17
%34.91

CMYK Percentages of Color #84818c

%6
%8
%0
%45

Triadic Colors of #84818c

#84818c #8c8481 #818c84

Analogous Colors of #84818c

#84818c #8a818c #81848c

Monochromatic Colors of #84818c

#84818c

Complementary Color

#84818c #898c81

#84818c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84818c Color Preview on White Background

Lorem ipsum dolor sit amet.

#84818c Color CSS Codes

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

#84818c Text Font Color

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

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


#84818c Background Color

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

This div background color is #84818c


#84818c Border Color

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

This div border color is #84818c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84818c


Comments

No comments written yet.

Please login to write comment.