Color Hex Logo

#845bac Color Hex

#845BAC
(132,91,172)
0 Favorites   0 Comments

Color spaces of #845bac

RGB 13291172
HSL0.750.330.52
HSV270°47°67°
CMYK 0.230.470.00   0.33
XYZ20.703215.366340.9045
Yxy15.36630.26900.1996
Hunter Lab39.199925.6740-34.4283
CIE-Lab46.131933.0308-37.1874

#845bac color RGB value is (132,91,172).

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

The process color (four color CMYK) of #845bac color hex is 0.23, 0.47, 0.00, 0.33. Web safe color of #845bac is #996699. Color #845bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011011 10101100
Octal 204 133 254
Decimal 132 91 172
Hex 84 5B AC

RGB Percentages of Color #845bac

%33.42
%23.04
%43.54

CMYK Percentages of Color #845bac

%23
%47
%0
%33

Triadic Colors of #845bac

#845bac #ac845b #5bac84

Analogous Colors of #845bac

#845bac #ac5bac #5c5bac

Monochromatic Colors of #845bac

#845bac

Complementary Color

#845bac #83ac5b

#845bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#845bac Color CSS Codes

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

#845bac Text Font Color

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

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


#845bac Background Color

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

This div background color is #845bac


#845bac Border Color

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

This div border color is #845bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845bac


Comments

No comments written yet.

Please login to write comment.