Color Hex Logo

#84597b Color Hex

#84597B
(132,89,123)
0 Favorites   0 Comments

Color spaces of #84597b

RGB 13289123
HSL0.870.190.43
HSV313°33°52°
CMYK 0.000.330.07   0.48
XYZ16.663213.480420.4626
Yxy13.48040.32930.2664
Hunter Lab36.715716.7588-7.3429
CIE-Lab43.478423.4679-12.0104

#84597b color RGB value is (132,89,123).

#84597b hex color red value is 132, green value is 89 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #84597b hue: 0.87 , saturation: 0.19 and the lightness value of 84597b is 0.43.

The process color (four color CMYK) of #84597b color hex is 0.00, 0.33, 0.07, 0.48. Web safe color of #84597b is #996666. Color #84597b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011001 01111011
Octal 204 131 173
Decimal 132 89 123
Hex 84 59 7B

RGB Percentages of Color #84597b

%38.37
%25.87
%35.76

CMYK Percentages of Color #84597b

%0
%33
%7
%48

Triadic Colors of #84597b

#84597b #7b8459 #597b84

Analogous Colors of #84597b

#84597b #845966 #785984

Monochromatic Colors of #84597b

#84597b

Complementary Color

#84597b #598462

#84597b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84597b Color Preview on White Background

Lorem ipsum dolor sit amet.

#84597b Color CSS Codes

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

#84597b Text Font Color

<p style="color:#84597b">Text here</p>

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


#84597b Background Color

<div style="background-color:#84597b">
Div content here</div>

This div background color is #84597b


#84597b Border Color

<div style="border:3px solid #84597b">
Div here</div>

This div border color is #84597b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,89,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84597b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84597b;
  -webkit-box-shadow: 1px 1px 3px 2px #84597b;
  box-shadow:         1px 1px 3px 2px #84597b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84597b


Comments

No comments written yet.

Please login to write comment.