Color Hex Logo

#84868f Color Hex

#84868F
(132,134,143)
0 Favorites   0 Comments

Color spaces of #84868f

RGB 132134143
HSL0.640.050.54
HSV229°56°
CMYK 0.080.060.00   0.44
XYZ22.998723.938929.3951
Yxy23.93890.30130.3136
Hunter Lab48.9274-1.7176-1.3717
CIE-Lab56.02661.1126-5.0775

#84868f color RGB value is (132,134,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000110 10001111
Octal 204 206 217
Decimal 132 134 143
Hex 84 86 8F

RGB Percentages of Color #84868f

%32.27
%32.76
%34.96

CMYK Percentages of Color #84868f

%8
%6
%0
%44

Triadic Colors of #84868f

#84868f #8f8486 #868f84

Analogous Colors of #84868f

#84868f #88848f #848c8f

Monochromatic Colors of #84868f

#84868f

Complementary Color

#84868f #8f8d84

#84868f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84868f Color Preview on White Background

Lorem ipsum dolor sit amet.

#84868f Color CSS Codes

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

#84868f Text Font Color

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

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


#84868f Background Color

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

This div background color is #84868f


#84868f Border Color

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

This div border color is #84868f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84868f

#84868f Color Palettes


Comments

No comments written yet.

Please login to write comment.