Color Hex Logo

#4018ff Color Hex

#4018FF
(64,24,255)
0 Favorites   0 Comments

Color spaces of #4018ff

RGB 6424255
HSL0.701.000.55
HSV250°91°100°
CMYK 0.750.910.00   0.00
XYZ20.49108.963395.2578
Yxy8.96330.16430.0719
Hunter Lab29.938869.7779-167.6890
CIE-Lab35.913576.0439-101.7771

#4018ff color RGB value is (64,24,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00011000 11111111
Octal 100 30 377
Decimal 64 24 255
Hex 40 18 FF

RGB Percentages of Color #4018ff

%18.66
%7.00
%74.34

CMYK Percentages of Color #4018ff

%75
%91
%0
%0

Triadic Colors of #4018ff

#4018ff #ff4018 #18ff40

Analogous Colors of #4018ff

#4018ff #b418ff #1864ff

Monochromatic Colors of #4018ff

#4018ff

Complementary Color

#4018ff #d7ff18

#4018ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4018ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4018ff Color CSS Codes

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

#4018ff Text Font Color

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

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


#4018ff Background Color

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

This div background color is #4018ff


#4018ff Border Color

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

This div border color is #4018ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,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 #4018ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4018ff

Related Colors


Comments

No comments written yet.

Please login to write comment.