Color Hex Logo

#84528e Color Hex

#84528E
(132,82,142)
0 Favorites   0 Comments

Color spaces of #84528e

RGB 13282142
HSL0.810.270.44
HSV290°42°56°
CMYK 0.070.420.00   0.44
XYZ17.415512.893127.1619
Yxy12.89310.30300.2243
Hunter Lab35.907023.7384-19.7152
CIE-Lab42.601731.3960-24.8638

#84528e color RGB value is (132,82,142).

#84528e hex color red value is 132, green value is 82 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #84528e hue: 0.81 , saturation: 0.27 and the lightness value of 84528e is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010010 10001110
Octal 204 122 216
Decimal 132 82 142
Hex 84 52 8E

RGB Percentages of Color #84528e

%37.08
%23.03
%39.89

CMYK Percentages of Color #84528e

%7
%42
%0
%44

Triadic Colors of #84528e

#84528e #8e8452 #528e84

Analogous Colors of #84528e

#84528e #8e527a #66528e

Monochromatic Colors of #84528e

#84528e

Complementary Color

#84528e #5c8e52

#84528e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84528e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84528e Color CSS Codes

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

#84528e Text Font Color

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

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


#84528e Background Color

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

This div background color is #84528e


#84528e Border Color

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

This div border color is #84528e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84528e


Comments

No comments written yet.

Please login to write comment.