Color Hex Logo

#845aae Color Hex

#845AAE
(132,90,174)
0 Favorites   0 Comments

Color spaces of #845aae

RGB 13290174
HSL0.750.340.52
HSV270°48°68°
CMYK 0.240.480.00   0.32
XYZ20.811915.273941.8956
Yxy15.27390.26690.1959
Hunter Lab39.081826.6618-36.2014
CIE-Lab46.007134.0942-38.5588

#845aae color RGB value is (132,90,174).

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

The process color (four color CMYK) of #845aae color hex is 0.24, 0.48, 0.00, 0.32. Web safe color of #845aae is #996699. Color #845aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011010 10101110
Octal 204 132 256
Decimal 132 90 174
Hex 84 5A AE

RGB Percentages of Color #845aae

%33.33
%22.73
%43.94

CMYK Percentages of Color #845aae

%24
%48
%0
%32

Triadic Colors of #845aae

#845aae #ae845a #5aae84

Analogous Colors of #845aae

#845aae #ae5aae #5a5aae

Monochromatic Colors of #845aae

#845aae

Complementary Color

#845aae #84ae5a

#845aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#845aae Color CSS Codes

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

#845aae Text Font Color

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

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


#845aae Background Color

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

This div background color is #845aae


#845aae Border Color

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

This div border color is #845aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845aae


Comments

No comments written yet.

Please login to write comment.