Color Hex Logo

#84509d Color Hex

#84509D
(132,80,157)
0 Favorites   0 Comments

Color spaces of #84509d

RGB 13280157
HSL0.780.320.46
HSV281°49°62°
CMYK 0.160.490.00   0.38
XYZ18.470213.077233.4490
Yxy13.07720.28420.2012
Hunter Lab36.162427.8859-29.5275
CIE-Lab42.879335.8203-33.4333

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

#84509d hex color red value is 132, green value is 80 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #84509d hue: 0.78 , saturation: 0.32 and the lightness value of 84509d is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010000 10011101
Octal 204 120 235
Decimal 132 80 157
Hex 84 50 9D

RGB Percentages of Color #84509d

%35.77
%21.68
%42.55

CMYK Percentages of Color #84509d

%16
%49
%0
%38

Triadic Colors of #84509d

#84509d #9d8450 #509d84

Analogous Colors of #84509d

#84509d #9d5090 #5e509d

Monochromatic Colors of #84509d

#84509d

Complementary Color

#84509d #699d50

#84509d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84509d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84509d Color CSS Codes

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

#84509d Text Font Color

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

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


#84509d Background Color

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

This div background color is #84509d


#84509d Border Color

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

This div border color is #84509d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84509d


Comments

No comments written yet.

Please login to write comment.