Color Hex Logo

#840aef Color Hex

#840AEF
(132,10,239)
0 Favorites   0 Comments

Color spaces of #840aef

RGB 13210239
HSL0.760.920.49
HSV272°96°94°
CMYK 0.450.960.00   0.06
XYZ25.204211.354682.5246
Yxy11.35460.21170.0953
Hunter Lab33.696674.5445-121.6165
CIE-Lab40.171479.1110-85.5022

#840aef color RGB value is (132,10,239).

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

The process color (four color CMYK) of #840aef color hex is 0.45, 0.96, 0.00, 0.06. Web safe color of #840aef is #9900ff. Color #840aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001010 11101111
Octal 204 12 357
Decimal 132 10 239
Hex 84 A EF

RGB Percentages of Color #840aef

%34.65
%2.62
%62.73

CMYK Percentages of Color #840aef

%45
%96
%0
%6

Triadic Colors of #840aef

#840aef #ef840a #0aef84

Analogous Colors of #840aef

#840aef #ef0ae8 #110aef

Monochromatic Colors of #840aef

#840aef

Complementary Color

#840aef #75ef0a

#840aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#840aef Color CSS Codes

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

#840aef Text Font Color

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

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


#840aef Background Color

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

This div background color is #840aef


#840aef Border Color

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

This div border color is #840aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840aef


Comments

No comments written yet.

Please login to write comment.