Color Hex Logo

#8411db Color Hex

#8411DB
(132,17,219)
0 Favorites   0 Comments

Color spaces of #8411db

RGB 13217219
HSL0.760.860.46
HSV274°92°86°
CMYK 0.400.920.00   0.14
XYZ22.502410.420967.8433
Yxy10.42090.22330.1034
Hunter Lab32.281467.9345-102.0081
CIE-Lab38.587574.0235-76.7064

#8411db color RGB value is (132,17,219).

#8411db hex color red value is 132, green value is 17 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8411db hue: 0.76 , saturation: 0.86 and the lightness value of 8411db is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00010001 11011011
Octal 204 21 333
Decimal 132 17 219
Hex 84 11 DB

RGB Percentages of Color #8411db

%35.87
%4.62
%59.51

CMYK Percentages of Color #8411db

%40
%92
%0
%14

Triadic Colors of #8411db

#8411db #db8411 #11db84

Analogous Colors of #8411db

#8411db #db11cd #1f11db

Monochromatic Colors of #8411db

#8411db

Complementary Color

#8411db #68db11

#8411db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8411db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8411db Color CSS Codes

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

#8411db Text Font Color

<p style="color:#8411db">Text here</p>

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


#8411db Background Color

<div style="background-color:#8411db">
Div content here</div>

This div background color is #8411db


#8411db Border Color

<div style="border:3px solid #8411db">
Div here</div>

This div border color is #8411db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,17,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8411db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8411db;
  -webkit-box-shadow: 1px 1px 3px 2px #8411db;
  box-shadow:         1px 1px 3px 2px #8411db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8411db


Comments

No comments written yet.

Please login to write comment.