Color Hex Logo

#84849d Color Hex

#84849D
(132,132,157)
0 Favorites   0 Comments

Color spaces of #84849d

RGB 132132157
HSL0.670.110.57
HSV240°16°62°
CMYK 0.160.160.00   0.38
XYZ23.852823.842435.2432
Yxy23.84240.28760.2875
Hunter Lab48.82871.7470-8.6138
CIE-Lab55.92975.3404-13.3038

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000100 10011101
Octal 204 204 235
Decimal 132 132 157
Hex 84 84 9D

RGB Percentages of Color #84849d

%31.35
%31.35
%37.29

CMYK Percentages of Color #84849d

%16
%16
%0
%38

Triadic Colors of #84849d

#84849d #9d8484 #849d84

Analogous Colors of #84849d

#84849d #91849d #84919d

Monochromatic Colors of #84849d

#84849d

Complementary Color

#84849d #9d9d84

#84849d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84849d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84849d Color CSS Codes

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

#84849d Text Font Color

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

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


#84849d Background Color

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

This div background color is #84849d


#84849d Border Color

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

This div border color is #84849d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84849d


Comments

No comments written yet.

Please login to write comment.