Color Hex Logo

#84557f Color Hex

#84557F
(132,85,127)
0 Favorites   0 Comments

Color spaces of #84557f

RGB 13285127
HSL0.850.220.43
HSV306°36°52°
CMYK 0.000.360.04   0.48
XYZ16.595012.934821.7007
Yxy12.93480.32390.2525
Hunter Lab35.965019.4249-10.5992
CIE-Lab42.664826.5921-15.6784

#84557f color RGB value is (132,85,127).

#84557f hex color red value is 132, green value is 85 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #84557f hue: 0.85 , saturation: 0.22 and the lightness value of 84557f is 0.43.

The process color (four color CMYK) of #84557f color hex is 0.00, 0.36, 0.04, 0.48. Web safe color of #84557f is #996666. Color #84557f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010101 01111111
Octal 204 125 177
Decimal 132 85 127
Hex 84 55 7F

RGB Percentages of Color #84557f

%38.37
%24.71
%36.92

CMYK Percentages of Color #84557f

%0
%36
%4
%48

Triadic Colors of #84557f

#84557f #7f8455 #557f84

Analogous Colors of #84557f

#84557f #845568 #725584

Monochromatic Colors of #84557f

#84557f

Complementary Color

#84557f #55845a

#84557f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84557f Color Preview on White Background

Lorem ipsum dolor sit amet.

#84557f Color CSS Codes

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

#84557f Text Font Color

<p style="color:#84557f">Text here</p>

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


#84557f Background Color

<div style="background-color:#84557f">
Div content here</div>

This div background color is #84557f


#84557f Border Color

<div style="border:3px solid #84557f">
Div here</div>

This div border color is #84557f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,85,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84557f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84557f;
  -webkit-box-shadow: 1px 1px 3px 2px #84557f;
  box-shadow:         1px 1px 3px 2px #84557f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84557f


Comments

No comments written yet.

Please login to write comment.