Color Hex Logo

#845eaa Color Hex

#845EAA
(132,94,170)
0 Favorites   0 Comments

Color spaces of #845eaa

RGB 13294170
HSL0.750.310.52
HSV270°45°67°
CMYK 0.220.450.00   0.33
XYZ20.774115.813239.9876
Yxy15.81320.27130.2065
Hunter Lab39.765823.6602-31.7846
CIE-Lab46.728530.8023-35.0724

#845eaa color RGB value is (132,94,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011110 10101010
Octal 204 136 252
Decimal 132 94 170
Hex 84 5E AA

RGB Percentages of Color #845eaa

%33.33
%23.74
%42.93

CMYK Percentages of Color #845eaa

%22
%45
%0
%33

Triadic Colors of #845eaa

#845eaa #aa845e #5eaa84

Analogous Colors of #845eaa

#845eaa #aa5eaa #5e5eaa

Monochromatic Colors of #845eaa

#845eaa

Complementary Color

#845eaa #84aa5e

#845eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#845eaa Color CSS Codes

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

#845eaa Text Font Color

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

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


#845eaa Background Color

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

This div background color is #845eaa


#845eaa Border Color

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

This div border color is #845eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845eaa


Comments

No comments written yet.

Please login to write comment.