Color Hex Logo

#845eea Color Hex

#845EEA
(132,94,234)
0 Favorites   0 Comments

Color spaces of #845eea

RGB 13294234
HSL0.710.770.64
HSV256°60°92°
CMYK 0.440.600.00   0.08
XYZ28.369718.851579.9853
Yxy18.85150.22300.1482
Hunter Lab43.418340.6506-78.8313
CIE-Lab50.513047.4565-65.7820

#845eea color RGB value is (132,94,234).

#845eea hex color red value is 132, green value is 94 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #845eea hue: 0.71 , saturation: 0.77 and the lightness value of 845eea is 0.64.

The process color (four color CMYK) of #845eea color hex is 0.44, 0.60, 0.00, 0.08. Web safe color of #845eea is #9966ff. Color #845eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011110 11101010
Octal 204 136 352
Decimal 132 94 234
Hex 84 5E EA

RGB Percentages of Color #845eea

%28.70
%20.43
%50.87

CMYK Percentages of Color #845eea

%44
%60
%0
%8

Triadic Colors of #845eea

#845eea #ea845e #5eea84

Analogous Colors of #845eea

#845eea #ca5eea #5e7eea

Monochromatic Colors of #845eea

#845eea

Complementary Color

#845eea #c4ea5e

#845eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#845eea Color CSS Codes

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

#845eea Text Font Color

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

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


#845eea Background Color

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

This div background color is #845eea


#845eea Border Color

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

This div border color is #845eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845eea


Comments

No comments written yet.

Please login to write comment.