Color Hex Logo

#840dbd Color Hex

#840DBD
(132,13,189)
0 Favorites   0 Comments

Color spaces of #840dbd

RGB 13213189
HSL0.780.870.40
HSV281°93°74°
CMYK 0.300.930.00   0.26
XYZ18.84508.867548.8625
Yxy8.86750.24610.1158
Hunter Lab29.778360.8503-76.4425
CIE-Lab35.727968.5912-63.9351

#840dbd color RGB value is (132,13,189).

#840dbd hex color red value is 132, green value is 13 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #840dbd hue: 0.78 , saturation: 0.87 and the lightness value of 840dbd is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001101 10111101
Octal 204 15 275
Decimal 132 13 189
Hex 84 D BD

RGB Percentages of Color #840dbd

%39.52
%3.89
%56.59

CMYK Percentages of Color #840dbd

%30
%93
%0
%26

Triadic Colors of #840dbd

#840dbd #bd840d #0dbd84

Analogous Colors of #840dbd

#840dbd #bd0d9e #2c0dbd

Monochromatic Colors of #840dbd

#840dbd

Complementary Color

#840dbd #46bd0d

#840dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#840dbd Color CSS Codes

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

#840dbd Text Font Color

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

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


#840dbd Background Color

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

This div background color is #840dbd


#840dbd Border Color

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

This div border color is #840dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840dbd


Comments

No comments written yet.

Please login to write comment.