Color Hex Logo

#840ece Color Hex

#840ECE
(132,14,206)
0 Favorites   0 Comments

Color spaces of #840ece

RGB 13214206
HSL0.770.870.43
HSV277°93°81°
CMYK 0.360.930.00   0.19
XYZ20.81339.675859.1632
Yxy9.67580.23220.1079
Hunter Lab31.105965.0007-90.9948
CIE-Lab37.254271.8291-71.3851

#840ece color RGB value is (132,14,206).

#840ece hex color red value is 132, green value is 14 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #840ece hue: 0.77 , saturation: 0.87 and the lightness value of 840ece is 0.43.

The process color (four color CMYK) of #840ece color hex is 0.36, 0.93, 0.00, 0.19. Web safe color of #840ece is #9900cc. Color #840ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001110 11001110
Octal 204 16 316
Decimal 132 14 206
Hex 84 E CE

RGB Percentages of Color #840ece

%37.50
%3.98
%58.52

CMYK Percentages of Color #840ece

%36
%93
%0
%19

Triadic Colors of #840ece

#840ece #ce840e #0ece84

Analogous Colors of #840ece

#840ece #ce0eb8 #240ece

Monochromatic Colors of #840ece

#840ece

Complementary Color

#840ece #58ce0e

#840ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#840ece Color CSS Codes

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

#840ece Text Font Color

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

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


#840ece Background Color

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

This div background color is #840ece


#840ece Border Color

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

This div border color is #840ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840ece


Comments

No comments written yet.

Please login to write comment.