Color Hex Logo

#845c9f Color Hex

#845C9F
(132,92,159)
0 Favorites   0 Comments

Color spaces of #845c9f

RGB 13292159
HSL0.770.270.49
HSV276°42°62°
CMYK 0.170.420.00   0.38
XYZ19.600915.063034.6753
Yxy15.06300.28270.2172
Hunter Lab38.811122.2291-25.8042
CIE-Lab45.720429.3676-30.1644

#845c9f color RGB value is (132,92,159).

#845c9f hex color red value is 132, green value is 92 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #845c9f hue: 0.77 , saturation: 0.27 and the lightness value of 845c9f is 0.49.

The process color (four color CMYK) of #845c9f color hex is 0.17, 0.42, 0.00, 0.38. Web safe color of #845c9f is #996699. Color #845c9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011100 10011111
Octal 204 134 237
Decimal 132 92 159
Hex 84 5C 9F

RGB Percentages of Color #845c9f

%34.46
%24.02
%41.51

CMYK Percentages of Color #845c9f

%17
%42
%0
%38

Triadic Colors of #845c9f

#845c9f #9f845c #5c9f84

Analogous Colors of #845c9f

#845c9f #9f5c99 #635c9f

Monochromatic Colors of #845c9f

#845c9f

Complementary Color

#845c9f #779f5c

#845c9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845c9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#845c9f Color CSS Codes

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

#845c9f Text Font Color

<p style="color:#845c9f">Text here</p>

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


#845c9f Background Color

<div style="background-color:#845c9f">
Div content here</div>

This div background color is #845c9f


#845c9f Border Color

<div style="border:3px solid #845c9f">
Div here</div>

This div border color is #845c9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,92,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 #845c9f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845c9f


Comments

No comments written yet.

Please login to write comment.