Color Hex Logo

#8406db Color Hex

#8406DB
(132,6,219)
0 Favorites   0 Comments

Color spaces of #8406db

RGB 1326219
HSL0.770.950.44
HSV275°97°86°
CMYK 0.400.970.00   0.14
XYZ22.367010.150367.7982
Yxy10.15030.22300.1012
Hunter Lab31.859569.5618-103.8695
CIE-Lab38.110875.4564-77.4903

#8406db color RGB value is (132,6,219).

#8406db hex color red value is 132, green value is 6 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8406db hue: 0.77 , saturation: 0.95 and the lightness value of 8406db is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00000110 11011011
Octal 204 6 333
Decimal 132 6 219
Hex 84 6 DB

RGB Percentages of Color #8406db

%36.97
%1.68
%61.34

CMYK Percentages of Color #8406db

%40
%97
%0
%14

Triadic Colors of #8406db

#8406db #db8406 #06db84

Analogous Colors of #8406db

#8406db #db06c8 #1906db

Monochromatic Colors of #8406db

#8406db

Complementary Color

#8406db #5ddb06

#8406db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8406db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8406db Color CSS Codes

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

#8406db Text Font Color

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

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


#8406db Background Color

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

This div background color is #8406db


#8406db Border Color

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

This div border color is #8406db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8406db


Comments

No comments written yet.

Please login to write comment.