Color Hex Logo

#840ecb Color Hex

#840ECB
(132,14,203)
0 Favorites   0 Comments

Color spaces of #840ecb

RGB 13214203
HSL0.770.870.43
HSV277°93°80°
CMYK 0.350.930.00   0.20
XYZ20.45229.531457.2617
Yxy9.53140.23440.1092
Hunter Lab30.873064.2220-88.3572
CIE-Lab36.987971.2236-70.0766

#840ecb color RGB value is (132,14,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001110 11001011
Octal 204 16 313
Decimal 132 14 203
Hex 84 E CB

RGB Percentages of Color #840ecb

%37.82
%4.01
%58.17

CMYK Percentages of Color #840ecb

%35
%93
%0
%20

Triadic Colors of #840ecb

#840ecb #cb840e #0ecb84

Analogous Colors of #840ecb

#840ecb #cb0eb4 #260ecb

Monochromatic Colors of #840ecb

#840ecb

Complementary Color

#840ecb #55cb0e

#840ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#840ecb Color CSS Codes

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

#840ecb Text Font Color

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

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


#840ecb Background Color

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

This div background color is #840ecb


#840ecb Border Color

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

This div border color is #840ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840ecb


Comments

No comments written yet.

Please login to write comment.