Color Hex Logo

#840ded Color Hex

#840DED
(132,13,237)
0 Favorites   0 Comments

Color spaces of #840ded

RGB 13213237
HSL0.760.900.49
HSV272°95°93°
CMYK 0.440.950.00   0.07
XYZ24.945711.307880.9886
Yxy11.30780.21280.0964
Hunter Lab33.627173.5700-119.2571
CIE-Lab40.094178.3421-84.4970

#840ded color RGB value is (132,13,237).

#840ded hex color red value is 132, green value is 13 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #840ded hue: 0.76 , saturation: 0.90 and the lightness value of 840ded is 0.49.

The process color (four color CMYK) of #840ded color hex is 0.44, 0.95, 0.00, 0.07. Web safe color of #840ded is #9900ff. Color #840ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001101 11101101
Octal 204 15 355
Decimal 132 13 237
Hex 84 D ED

RGB Percentages of Color #840ded

%34.55
%3.40
%62.04

CMYK Percentages of Color #840ded

%44
%95
%0
%7

Triadic Colors of #840ded

#840ded #ed840d #0ded84

Analogous Colors of #840ded

#840ded #ed0de6 #140ded

Monochromatic Colors of #840ded

#840ded

Complementary Color

#840ded #76ed0d

#840ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#840ded Color CSS Codes

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

#840ded Text Font Color

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

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


#840ded Background Color

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

This div background color is #840ded


#840ded Border Color

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

This div border color is #840ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840ded


Comments

No comments written yet.

Please login to write comment.