Color Hex Logo

#840ee9 Color Hex

#840EE9
(132,14,233)
0 Favorites   0 Comments

Color spaces of #840ee9

RGB 13214233
HSL0.760.890.48
HSV272°94°91°
CMYK 0.430.940.00   0.09
XYZ24.380711.102877.9488
Yxy11.10280.21490.0979
Hunter Lab33.320972.2960-115.3748
CIE-Lab39.753177.3768-82.7889

#840ee9 color RGB value is (132,14,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001110 11101001
Octal 204 16 351
Decimal 132 14 233
Hex 84 E E9

RGB Percentages of Color #840ee9

%34.83
%3.69
%61.48

CMYK Percentages of Color #840ee9

%43
%94
%0
%9

Triadic Colors of #840ee9

#840ee9 #e9840e #0ee984

Analogous Colors of #840ee9

#840ee9 #e90ee1 #170ee9

Monochromatic Colors of #840ee9

#840ee9

Complementary Color

#840ee9 #73e90e

#840ee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840ee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#840ee9 Color CSS Codes

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

#840ee9 Text Font Color

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

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


#840ee9 Background Color

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

This div background color is #840ee9


#840ee9 Border Color

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

This div border color is #840ee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840ee9


Comments

No comments written yet.

Please login to write comment.