Color Hex Logo

#6418fa Color Hex

#6418FA
(100,24,250)
0 Favorites   0 Comments

Color spaces of #6418fa

RGB 10024250
HSL0.720.960.54
HSV260°90°98°
CMYK 0.600.900.00   0.02
XYZ22.837510.264791.2201
Yxy10.26470.18370.0826
Hunter Lab32.038671.1696-146.3833
CIE-Lab38.313476.7329-94.8977

#6418fa color RGB value is (100,24,250).

#6418fa hex color red value is 100, green value is 24 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6418fa hue: 0.72 , saturation: 0.96 and the lightness value of 6418fa is 0.54.

The process color (four color CMYK) of #6418fa color hex is 0.60, 0.90, 0.00, 0.02. Web safe color of #6418fa is #6600ff. Color #6418fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00011000 11111010
Octal 144 30 372
Decimal 100 24 250
Hex 64 18 FA

RGB Percentages of Color #6418fa

%26.74
%6.42
%66.84

CMYK Percentages of Color #6418fa

%60
%90
%0
%2

Triadic Colors of #6418fa

#6418fa #fa6418 #18fa64

Analogous Colors of #6418fa

#6418fa #d518fa #183dfa

Monochromatic Colors of #6418fa

#6418fa

Complementary Color

#6418fa #aefa18

#6418fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6418fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6418fa Color CSS Codes

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

#6418fa Text Font Color

<p style="color:#6418fa">Text here</p>

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


#6418fa Background Color

<div style="background-color:#6418fa">
Div content here</div>

This div background color is #6418fa


#6418fa Border Color

<div style="border:3px solid #6418fa">
Div here</div>

This div border color is #6418fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,24,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6418fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6418fa;
  -webkit-box-shadow: 1px 1px 3px 2px #6418fa;
  box-shadow:         1px 1px 3px 2px #6418fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6418fa

Related Colors


Comments

No comments written yet.

Please login to write comment.