Color Hex Logo

#840dcc Color Hex

#840DCC
(132,13,204)
0 Favorites   0 Comments

Color spaces of #840dcc

RGB 13213204
HSL0.770.880.43
HSV277°94°80°
CMYK 0.350.940.00   0.20
XYZ20.55879.553057.8871
Yxy9.55300.23360.1086
Hunter Lab30.907964.6421-89.4080
CIE-Lab37.027971.5704-70.5933

#840dcc color RGB value is (132,13,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001101 11001100
Octal 204 15 314
Decimal 132 13 204
Hex 84 D CC

RGB Percentages of Color #840dcc

%37.82
%3.72
%58.45

CMYK Percentages of Color #840dcc

%35
%94
%0
%20

Triadic Colors of #840dcc

#840dcc #cc840d #0dcc84

Analogous Colors of #840dcc

#840dcc #cc0db5 #240dcc

Monochromatic Colors of #840dcc

#840dcc

Complementary Color

#840dcc #55cc0d

#840dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#840dcc Color CSS Codes

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

#840dcc Text Font Color

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

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


#840dcc Background Color

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

This div background color is #840dcc


#840dcc Border Color

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

This div border color is #840dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840dcc


Comments

No comments written yet.

Please login to write comment.