Color Hex Logo

#8419db Color Hex

#8419DB
(132,25,219)
0 Favorites   0 Comments

Color spaces of #8419db

RGB 13225219
HSL0.760.800.48
HSV273°89°86°
CMYK 0.400.890.00   0.14
XYZ22.649510.715367.8923
Yxy10.71530.22370.1058
Hunter Lab32.734266.2230-100.0562
CIE-Lab39.096872.5009-75.8694

#8419db color RGB value is (132,25,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011001 11011011
Octal 204 31 333
Decimal 132 25 219
Hex 84 19 DB

RGB Percentages of Color #8419db

%35.11
%6.65
%58.24

CMYK Percentages of Color #8419db

%40
%89
%0
%14

Triadic Colors of #8419db

#8419db #db8419 #19db84

Analogous Colors of #8419db

#8419db #db19d1 #2319db

Monochromatic Colors of #8419db

#8419db

Complementary Color

#8419db #70db19

#8419db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8419db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8419db Color CSS Codes

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

#8419db Text Font Color

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

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


#8419db Background Color

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

This div background color is #8419db


#8419db Border Color

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

This div border color is #8419db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8419db


Comments

No comments written yet.

Please login to write comment.