Color Hex Logo

#8418ff Color Hex

#8418FF
(132,24,255)
0 Favorites   0 Comments

Color spaces of #8418ff

RGB 13224255
HSL0.741.000.55
HSV268°91°100°
CMYK 0.480.910.00   0.00
XYZ27.892412.778895.6042
Yxy12.77880.20470.0938
Hunter Lab35.747476.7189-133.5440
CIE-Lab42.428080.4209-90.7768

#8418ff color RGB value is (132,24,255).

#8418ff hex color red value is 132, green value is 24 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8418ff hue: 0.74 , saturation: 1.00 and the lightness value of 8418ff is 0.55.

The process color (four color CMYK) of #8418ff color hex is 0.48, 0.91, 0.00, 0.00. Web safe color of #8418ff is #9900ff. Color #8418ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011000 11111111
Octal 204 30 377
Decimal 132 24 255
Hex 84 18 FF

RGB Percentages of Color #8418ff

%32.12
%5.84
%62.04

CMYK Percentages of Color #8418ff

%48
%91
%0
%0

Triadic Colors of #8418ff

#8418ff #ff8418 #18ff84

Analogous Colors of #8418ff

#8418ff #f818ff #1820ff

Monochromatic Colors of #8418ff

#8418ff

Complementary Color

#8418ff #93ff18

#8418ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8418ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8418ff Color CSS Codes

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

#8418ff Text Font Color

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

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


#8418ff Background Color

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

This div background color is #8418ff


#8418ff Border Color

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

This div border color is #8418ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8418ff

Related Colors


Comments

No comments written yet.

Please login to write comment.