Color Hex Logo

#840dce Color Hex

#840DCE
(132,13,206)
0 Favorites   0 Comments

Color spaces of #840dce

RGB 13213206
HSL0.770.880.43
HSV277°94°81°
CMYK 0.360.940.00   0.19
XYZ20.80029.649659.1588
Yxy9.64960.23210.1077
Hunter Lab31.063865.1612-91.1689
CIE-Lab37.206171.9732-71.4640

#840dce color RGB value is (132,13,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001101 11001110
Octal 204 15 316
Decimal 132 13 206
Hex 84 D CE

RGB Percentages of Color #840dce

%37.61
%3.70
%58.69

CMYK Percentages of Color #840dce

%36
%94
%0
%19

Triadic Colors of #840dce

#840dce #ce840d #0dce84

Analogous Colors of #840dce

#840dce #ce0db8 #240dce

Monochromatic Colors of #840dce

#840dce

Complementary Color

#840dce #57ce0d

#840dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#840dce Color CSS Codes

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

#840dce Text Font Color

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

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


#840dce Background Color

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

This div background color is #840dce


#840dce Border Color

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

This div border color is #840dce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,13,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 #840dce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840dce


Comments

No comments written yet.

Please login to write comment.