Color Hex Logo

#845baa Color Hex

#845BAA
(132,91,170)
0 Favorites   0 Comments

Color spaces of #845baa

RGB 13291170
HSL0.750.320.51
HSV271°46°67°
CMYK 0.220.460.00   0.33
XYZ20.512515.290039.9003
Yxy15.29000.27100.2020
Hunter Lab39.102425.2090-33.1281
CIE-Lab46.028932.5482-36.1742

#845baa color RGB value is (132,91,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011011 10101010
Octal 204 133 252
Decimal 132 91 170
Hex 84 5B AA

RGB Percentages of Color #845baa

%33.59
%23.16
%43.26

CMYK Percentages of Color #845baa

%22
%46
%0
%33

Triadic Colors of #845baa

#845baa #aa845b #5baa84

Analogous Colors of #845baa

#845baa #aa5ba9 #5d5baa

Monochromatic Colors of #845baa

#845baa

Complementary Color

#845baa #81aa5b

#845baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#845baa Color CSS Codes

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

#845baa Text Font Color

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

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


#845baa Background Color

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

This div background color is #845baa


#845baa Border Color

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

This div border color is #845baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845baa


Comments

No comments written yet.

Please login to write comment.