Color Hex Logo

#840eec Color Hex

#840EEC
(132,14,236)
0 Favorites   0 Comments

Color spaces of #840eec

RGB 13214236
HSL0.760.890.49
HSV272°94°93°
CMYK 0.440.940.00   0.07
XYZ24.813111.275780.2255
Yxy11.27570.21330.0969
Hunter Lab33.579373.1370-118.1463
CIE-Lab40.041078.0029-84.0177

#840eec color RGB value is (132,14,236).

#840eec hex color red value is 132, green value is 14 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #840eec hue: 0.76 , saturation: 0.89 and the lightness value of 840eec is 0.49.

The process color (four color CMYK) of #840eec color hex is 0.44, 0.94, 0.00, 0.07. Web safe color of #840eec is #9900ff. Color #840eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001110 11101100
Octal 204 16 354
Decimal 132 14 236
Hex 84 E EC

RGB Percentages of Color #840eec

%34.55
%3.66
%61.78

CMYK Percentages of Color #840eec

%44
%94
%0
%7

Triadic Colors of #840eec

#840eec #ec840e #0eec84

Analogous Colors of #840eec

#840eec #ec0ee5 #150eec

Monochromatic Colors of #840eec

#840eec

Complementary Color

#840eec #76ec0e

#840eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#840eec Color CSS Codes

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

#840eec Text Font Color

<p style="color:#840eec">Text here</p>

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


#840eec Background Color

<div style="background-color:#840eec">
Div content here</div>

This div background color is #840eec


#840eec Border Color

<div style="border:3px solid #840eec">
Div here</div>

This div border color is #840eec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,14,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #840eec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #840eec;
  -webkit-box-shadow: 1px 1px 3px 2px #840eec;
  box-shadow:         1px 1px 3px 2px #840eec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840eec


Comments

No comments written yet.

Please login to write comment.