Color Hex Logo

#4018fe Color Hex

#4018FE
(64,24,254)
0 Favorites   0 Comments

Color spaces of #4018fe

RGB 6424254
HSL0.700.990.55
HSV250°91°100°
CMYK 0.750.910.00   0.00
XYZ20.33048.899094.4121
Yxy8.89900.16440.0720
Hunter Lab29.831269.4458-166.7638
CIE-Lab35.789175.7950-101.4239

#4018fe color RGB value is (64,24,254).

#4018fe hex color red value is 64, green value is 24 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4018fe hue: 0.70 , saturation: 0.99 and the lightness value of 4018fe is 0.55.

The process color (four color CMYK) of #4018fe color hex is 0.75, 0.91, 0.00, 0.00. Web safe color of #4018fe is #3300ff. Color #4018fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00011000 11111110
Octal 100 30 376
Decimal 64 24 254
Hex 40 18 FE

RGB Percentages of Color #4018fe

%18.71
%7.02
%74.27

CMYK Percentages of Color #4018fe

%75
%91
%0
%0

Triadic Colors of #4018fe

#4018fe #fe4018 #18fe40

Analogous Colors of #4018fe

#4018fe #b318fe #1863fe

Monochromatic Colors of #4018fe

#4018fe

Complementary Color

#4018fe #d6fe18

#4018fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4018fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4018fe Color CSS Codes

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

#4018fe Text Font Color

<p style="color:#4018fe">Text here</p>

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


#4018fe Background Color

<div style="background-color:#4018fe">
Div content here</div>

This div background color is #4018fe


#4018fe Border Color

<div style="border:3px solid #4018fe">
Div here</div>

This div border color is #4018fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,24,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4018fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4018fe;
  -webkit-box-shadow: 1px 1px 3px 2px #4018fe;
  box-shadow:         1px 1px 3px 2px #4018fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4018fe

Related Colors


Comments

No comments written yet.

Please login to write comment.