Color Hex Logo

#400fef Color Hex

#400FEF
(64,15,239)
0 Favorites   0 Comments

Color spaces of #400fef

RGB 6415239
HSL0.700.880.50
HSV253°94°94°
CMYK 0.730.940.00   0.06
XYZ17.86527.663682.1990
Yxy7.66360.16580.0711
Hunter Lab27.683266.7483-156.6699
CIE-Lab33.272274.0330-97.1572

#400fef color RGB value is (64,15,239).

#400fef hex color red value is 64, green value is 15 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #400fef hue: 0.70 , saturation: 0.88 and the lightness value of 400fef is 0.50.

The process color (four color CMYK) of #400fef color hex is 0.73, 0.94, 0.00, 0.06. Web safe color of #400fef is #3300ff. Color #400fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001111 11101111
Octal 100 17 357
Decimal 64 15 239
Hex 40 F EF

RGB Percentages of Color #400fef

%20.13
%4.72
%75.16

CMYK Percentages of Color #400fef

%73
%94
%0
%6

Triadic Colors of #400fef

#400fef #ef400f #0fef40

Analogous Colors of #400fef

#400fef #b00fef #0f4eef

Monochromatic Colors of #400fef

#400fef

Complementary Color

#400fef #beef0f

#400fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#400fef Color CSS Codes

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

#400fef Text Font Color

<p style="color:#400fef">Text here</p>

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


#400fef Background Color

<div style="background-color:#400fef">
Div content here</div>

This div background color is #400fef


#400fef Border Color

<div style="border:3px solid #400fef">
Div here</div>

This div border color is #400fef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,15,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #400fef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #400fef;
  -webkit-box-shadow: 1px 1px 3px 2px #400fef;
  box-shadow:         1px 1px 3px 2px #400fef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400fef


Comments

No comments written yet.

Please login to write comment.