Color Hex Logo

#84528a Color Hex

#84528A
(132,82,138)
0 Favorites   0 Comments

Color spaces of #84528a

RGB 13282138
HSL0.820.250.43
HSV294°41°54°
CMYK 0.040.410.00   0.46
XYZ17.120512.775125.6082
Yxy12.77510.30850.2302
Hunter Lab35.742322.9523-17.4598
CIE-Lab42.422430.5563-22.7251

#84528a color RGB value is (132,82,138).

#84528a hex color red value is 132, green value is 82 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #84528a hue: 0.82 , saturation: 0.25 and the lightness value of 84528a is 0.43.

The process color (four color CMYK) of #84528a color hex is 0.04, 0.41, 0.00, 0.46. Web safe color of #84528a is #996699. Color #84528a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010010 10001010
Octal 204 122 212
Decimal 132 82 138
Hex 84 52 8A

RGB Percentages of Color #84528a

%37.50
%23.30
%39.20

CMYK Percentages of Color #84528a

%4
%41
%0
%46

Triadic Colors of #84528a

#84528a #8a8452 #528a84

Analogous Colors of #84528a

#84528a #8a5274 #68528a

Monochromatic Colors of #84528a

#84528a

Complementary Color

#84528a #588a52

#84528a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84528a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84528a Color CSS Codes

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

#84528a Text Font Color

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

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


#84528a Background Color

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

This div background color is #84528a


#84528a Border Color

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

This div border color is #84528a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84528a


Comments

No comments written yet.

Please login to write comment.