Color Hex Logo

#840edc Color Hex

#840EDC
(132,14,220)
0 Favorites   0 Comments

Color spaces of #840edc

RGB 13214220
HSL0.760.880.46
HSV274°94°86°
CMYK 0.400.940.00   0.14
XYZ22.591010.386968.5243
Yxy10.38690.22260.1023
Hunter Lab32.228768.7209-103.5016
CIE-Lab38.528174.6851-77.3785

#840edc color RGB value is (132,14,220).

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

The process color (four color CMYK) of #840edc color hex is 0.40, 0.94, 0.00, 0.14. Web safe color of #840edc is #9900cc. Color #840edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001110 11011100
Octal 204 16 334
Decimal 132 14 220
Hex 84 E DC

RGB Percentages of Color #840edc

%36.07
%3.83
%60.11

CMYK Percentages of Color #840edc

%40
%94
%0
%14

Triadic Colors of #840edc

#840edc #dc840e #0edc84

Analogous Colors of #840edc

#840edc #dc0ecd #1d0edc

Monochromatic Colors of #840edc

#840edc

Complementary Color

#840edc #66dc0e

#840edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#840edc Color CSS Codes

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

#840edc Text Font Color

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

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


#840edc Background Color

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

This div background color is #840edc


#840edc Border Color

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

This div border color is #840edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840edc


Comments

No comments written yet.

Please login to write comment.