Color Hex Logo

#8418df Color Hex

#8418DF
(132,24,223)
0 Favorites   0 Comments

Color spaces of #8418df

RGB 13224223
HSL0.760.810.48
HSV273°89°87°
CMYK 0.410.890.00   0.13
XYZ23.161610.886570.6926
Yxy10.88650.22110.1039
Hunter Lab32.994767.5626-103.9352
CIE-Lab39.388673.5616-77.6838

#8418df color RGB value is (132,24,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011000 11011111
Octal 204 30 337
Decimal 132 24 223
Hex 84 18 DF

RGB Percentages of Color #8418df

%34.83
%6.33
%58.84

CMYK Percentages of Color #8418df

%41
%89
%0
%13

Triadic Colors of #8418df

#8418df #df8418 #18df84

Analogous Colors of #8418df

#8418df #df18d7 #2118df

Monochromatic Colors of #8418df

#8418df

Complementary Color

#8418df #73df18

#8418df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8418df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8418df Color CSS Codes

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

#8418df Text Font Color

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

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


#8418df Background Color

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

This div background color is #8418df


#8418df Border Color

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

This div border color is #8418df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8418df


Comments

No comments written yet.

Please login to write comment.