Color Hex Logo

#8417db Color Hex

#8417DB
(132,23,219)
0 Favorites   0 Comments

Color spaces of #8417db

RGB 13223219
HSL0.760.810.47
HSV273°89°86°
CMYK 0.400.890.00   0.14
XYZ22.608310.632867.8786
Yxy10.63280.22360.1052
Hunter Lab32.608066.6966-100.5958
CIE-Lab38.955072.9239-76.1023

#8417db color RGB value is (132,23,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00010111 11011011
Octal 204 27 333
Decimal 132 23 219
Hex 84 17 DB

RGB Percentages of Color #8417db

%35.29
%6.15
%58.56

CMYK Percentages of Color #8417db

%40
%89
%0
%14

Triadic Colors of #8417db

#8417db #db8417 #17db84

Analogous Colors of #8417db

#8417db #db17d0 #2217db

Monochromatic Colors of #8417db

#8417db

Complementary Color

#8417db #6edb17

#8417db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8417db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8417db Color CSS Codes

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

#8417db Text Font Color

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

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


#8417db Background Color

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

This div background color is #8417db


#8417db Border Color

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

This div border color is #8417db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8417db


Comments

No comments written yet.

Please login to write comment.