Color Hex Logo

#84718e Color Hex

#84718E
(132,113,142)
0 Favorites   0 Comments

Color spaces of #84718e

RGB 132113142
HSL0.780.110.50
HSV279°20°56°
CMYK 0.070.200.00   0.44
XYZ20.303318.668828.1245
Yxy18.66880.30260.2782
Hunter Lab43.20748.2648-8.3478
CIE-Lab50.297413.1261-13.0654

#84718e color RGB value is (132,113,142).

#84718e hex color red value is 132, green value is 113 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #84718e hue: 0.78 , saturation: 0.11 and the lightness value of 84718e is 0.50.

The process color (four color CMYK) of #84718e color hex is 0.07, 0.20, 0.00, 0.44. Web safe color of #84718e is #996699. Color #84718e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110001 10001110
Octal 204 161 216
Decimal 132 113 142
Hex 84 71 8E

RGB Percentages of Color #84718e

%34.11
%29.20
%36.69

CMYK Percentages of Color #84718e

%7
%20
%0
%44

Triadic Colors of #84718e

#84718e #8e8471 #718e84

Analogous Colors of #84718e

#84718e #8e718a #76718e

Monochromatic Colors of #84718e

#84718e

Complementary Color

#84718e #7b8e71

#84718e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84718e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84718e Color CSS Codes

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

#84718e Text Font Color

<p style="color:#84718e">Text here</p>

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


#84718e Background Color

<div style="background-color:#84718e">
Div content here</div>

This div background color is #84718e


#84718e Border Color

<div style="border:3px solid #84718e">
Div here</div>

This div border color is #84718e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,113,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84718e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84718e;
  -webkit-box-shadow: 1px 1px 3px 2px #84718e;
  box-shadow:         1px 1px 3px 2px #84718e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84718e


Comments

No comments written yet.

Please login to write comment.