Color Hex Logo

#84588c Color Hex

#84588C
(132,88,140)
0 Favorites   0 Comments

Color spaces of #84588c

RGB 13288140
HSL0.810.230.45
HSV291°37°55°
CMYK 0.060.370.00   0.45
XYZ17.739113.778426.5355
Yxy13.77840.30560.2373
Hunter Lab37.119320.3455-16.4012
CIE-Lab43.913427.4902-21.6268

#84588c color RGB value is (132,88,140).

#84588c hex color red value is 132, green value is 88 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #84588c hue: 0.81 , saturation: 0.23 and the lightness value of 84588c is 0.45.

The process color (four color CMYK) of #84588c color hex is 0.06, 0.37, 0.00, 0.45. Web safe color of #84588c is #996699. Color #84588c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011000 10001100
Octal 204 130 214
Decimal 132 88 140
Hex 84 58 8C

RGB Percentages of Color #84588c

%36.67
%24.44
%38.89

CMYK Percentages of Color #84588c

%6
%37
%0
%45

Triadic Colors of #84588c

#84588c #8c8458 #588c84

Analogous Colors of #84588c

#84588c #8c587a #6a588c

Monochromatic Colors of #84588c

#84588c

Complementary Color

#84588c #608c58

#84588c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84588c Color Preview on White Background

Lorem ipsum dolor sit amet.

#84588c Color CSS Codes

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

#84588c Text Font Color

<p style="color:#84588c">Text here</p>

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


#84588c Background Color

<div style="background-color:#84588c">
Div content here</div>

This div background color is #84588c


#84588c Border Color

<div style="border:3px solid #84588c">
Div here</div>

This div border color is #84588c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,88,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84588c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84588c;
  -webkit-box-shadow: 1px 1px 3px 2px #84588c;
  box-shadow:         1px 1px 3px 2px #84588c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84588c


Comments

No comments written yet.

Please login to write comment.