Color Hex Logo

#84889d Color Hex

#84889D
(132,136,157)
0 Favorites   0 Comments

Color spaces of #84889d

RGB 132136157
HSL0.640.110.57
HSV230°16°62°
CMYK 0.160.130.00   0.38
XYZ24.405724.948235.4274
Yxy24.94820.28790.2943
Hunter Lab49.9482-0.1905-7.0897
CIE-Lab57.02493.0377-11.6542

#84889d color RGB value is (132,136,157).

#84889d hex color red value is 132, green value is 136 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #84889d hue: 0.64 , saturation: 0.11 and the lightness value of 84889d is 0.57.

The process color (four color CMYK) of #84889d color hex is 0.16, 0.13, 0.00, 0.38. Web safe color of #84889d is #999999. Color #84889d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001000 10011101
Octal 204 210 235
Decimal 132 136 157
Hex 84 88 9D

RGB Percentages of Color #84889d

%31.06
%32.00
%36.94

CMYK Percentages of Color #84889d

%16
%13
%0
%38

Triadic Colors of #84889d

#84889d #9d8488 #889d84

Analogous Colors of #84889d

#84889d #8d849d #84959d

Monochromatic Colors of #84889d

#84889d

Complementary Color

#84889d #9d9984

#84889d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84889d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84889d Color CSS Codes

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

#84889d Text Font Color

<p style="color:#84889d">Text here</p>

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


#84889d Background Color

<div style="background-color:#84889d">
Div content here</div>

This div background color is #84889d


#84889d Border Color

<div style="border:3px solid #84889d">
Div here</div>

This div border color is #84889d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,136,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84889d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84889d;
  -webkit-box-shadow: 1px 1px 3px 2px #84889d;
  box-shadow:         1px 1px 3px 2px #84889d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84889d


Comments

No comments written yet.

Please login to write comment.