Color Hex Logo

#84617c Color Hex

#84617C
(132,97,124)
0 Favorites   0 Comments

Color spaces of #84617c

RGB 13297124
HSL0.870.150.45
HSV314°27°52°
CMYK 0.000.270.06   0.48
XYZ17.428514.910221.0281
Yxy14.91020.32660.2794
Hunter Lab38.613712.9928-5.2583
CIE-Lab45.511018.9269-9.5516

#84617c color RGB value is (132,97,124).

#84617c hex color red value is 132, green value is 97 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #84617c hue: 0.87 , saturation: 0.15 and the lightness value of 84617c is 0.45.

The process color (four color CMYK) of #84617c color hex is 0.00, 0.27, 0.06, 0.48. Web safe color of #84617c is #996666. Color #84617c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100001 01111100
Octal 204 141 174
Decimal 132 97 124
Hex 84 61 7C

RGB Percentages of Color #84617c

%37.39
%27.48
%35.13

CMYK Percentages of Color #84617c

%0
%27
%6
%48

Triadic Colors of #84617c

#84617c #7c8461 #617c84

Analogous Colors of #84617c

#84617c #84616b #7b6184

Monochromatic Colors of #84617c

#84617c

Complementary Color

#84617c #618469

#84617c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84617c Color Preview on White Background

Lorem ipsum dolor sit amet.

#84617c Color CSS Codes

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

#84617c Text Font Color

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

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


#84617c Background Color

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

This div background color is #84617c


#84617c Border Color

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

This div border color is #84617c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84617c


Comments

No comments written yet.

Please login to write comment.