Color Hex Logo

#84759f Color Hex

#84759F
(132,117,159)
0 Favorites   0 Comments

Color spaces of #84759f

RGB 132117159
HSL0.730.180.54
HSV261°26°62°
CMYK 0.170.260.00   0.38
XYZ22.135020.131335.5200
Yxy20.13130.28460.2588
Hunter Lab44.86799.5418-15.5298
CIE-Lab51.985314.5815-20.4629

#84759f color RGB value is (132,117,159).

#84759f hex color red value is 132, green value is 117 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #84759f hue: 0.73 , saturation: 0.18 and the lightness value of 84759f is 0.54.

The process color (four color CMYK) of #84759f color hex is 0.17, 0.26, 0.00, 0.38. Web safe color of #84759f is #996699. Color #84759f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110101 10011111
Octal 204 165 237
Decimal 132 117 159
Hex 84 75 9F

RGB Percentages of Color #84759f

%32.35
%28.68
%38.97

CMYK Percentages of Color #84759f

%17
%26
%0
%38

Triadic Colors of #84759f

#84759f #9f8475 #759f84

Analogous Colors of #84759f

#84759f #99759f #757b9f

Monochromatic Colors of #84759f

#84759f

Complementary Color

#84759f #909f75

#84759f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84759f Color Preview on White Background

Lorem ipsum dolor sit amet.

#84759f Color CSS Codes

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

#84759f Text Font Color

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

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


#84759f Background Color

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

This div background color is #84759f


#84759f Border Color

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

This div border color is #84759f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84759f


Comments

No comments written yet.

Please login to write comment.