Color Hex Logo

#8409df Color Hex

#8409DF
(132,9,223)
0 Favorites   0 Comments

Color spaces of #8409df

RGB 1329223
HSL0.760.920.45
HSV274°96°87°
CMYK 0.410.960.00   0.13
XYZ22.932710.428670.6163
Yxy10.42860.22060.1003
Hunter Lab32.293370.2461-107.0449
CIE-Lab38.600975.9248-78.9796

#8409df color RGB value is (132,9,223).

#8409df hex color red value is 132, green value is 9 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8409df hue: 0.76 , saturation: 0.92 and the lightness value of 8409df is 0.45.

The process color (four color CMYK) of #8409df color hex is 0.41, 0.96, 0.00, 0.13. Web safe color of #8409df is #9900cc. Color #8409df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001001 11011111
Octal 204 11 337
Decimal 132 9 223
Hex 84 9 DF

RGB Percentages of Color #8409df

%36.26
%2.47
%61.26

CMYK Percentages of Color #8409df

%41
%96
%0
%13

Triadic Colors of #8409df

#8409df #df8409 #09df84

Analogous Colors of #8409df

#8409df #df09cf #1909df

Monochromatic Colors of #8409df

#8409df

Complementary Color

#8409df #64df09

#8409df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8409df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8409df Color CSS Codes

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

#8409df Text Font Color

<p style="color:#8409df">Text here</p>

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


#8409df Background Color

<div style="background-color:#8409df">
Div content here</div>

This div background color is #8409df


#8409df Border Color

<div style="border:3px solid #8409df">
Div here</div>

This div border color is #8409df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,9,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8409df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8409df;
  -webkit-box-shadow: 1px 1px 3px 2px #8409df;
  box-shadow:         1px 1px 3px 2px #8409df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8409df


Comments

No comments written yet.

Please login to write comment.