Color Hex Logo

#845faa Color Hex

#845FAA
(132,95,170)
0 Favorites   0 Comments

Color spaces of #845faa

RGB 13295170
HSL0.750.310.52
HSV270°44°67°
CMYK 0.220.440.00   0.33
XYZ20.863615.992240.0174
Yxy15.99220.27140.2080
Hunter Lab39.990223.1436-31.3371
CIE-Lab46.964330.2178-34.7014

#845faa color RGB value is (132,95,170).

#845faa hex color red value is 132, green value is 95 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #845faa hue: 0.75 , saturation: 0.31 and the lightness value of 845faa is 0.52.

The process color (four color CMYK) of #845faa color hex is 0.22, 0.44, 0.00, 0.33. Web safe color of #845faa is #996699. Color #845faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011111 10101010
Octal 204 137 252
Decimal 132 95 170
Hex 84 5F AA

RGB Percentages of Color #845faa

%33.25
%23.93
%42.82

CMYK Percentages of Color #845faa

%22
%44
%0
%33

Triadic Colors of #845faa

#845faa #aa845f #5faa84

Analogous Colors of #845faa

#845faa #aa5faa #5f60aa

Monochromatic Colors of #845faa

#845faa

Complementary Color

#845faa #85aa5f

#845faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#845faa Color CSS Codes

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

#845faa Text Font Color

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

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


#845faa Background Color

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

This div background color is #845faa


#845faa Border Color

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

This div border color is #845faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845faa


Comments

No comments written yet.

Please login to write comment.