Color Hex Logo

#040eed Color Hex

#040EED
(4,14,237)
0 Favorites   0 Comments

Color spaces of #040eed

RGB 414237
HSL0.660.970.47
HSV237°98°93°
CMYK 0.980.940.00   0.07
XYZ15.49326.454380.5500
Yxy6.45430.15120.0630
Hunter Lab25.405364.3973-170.2009
CIE-Lab30.530972.5669-100.6577

#040eed color RGB value is (4,14,237).

#040eed hex color red value is 4, green value is 14 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #040eed hue: 0.66 , saturation: 0.97 and the lightness value of 040eed is 0.47.

The process color (four color CMYK) of #040eed color hex is 0.98, 0.94, 0.00, 0.07. Web safe color of #040eed is #0000ff. Color #040eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00001110 11101101
Octal 4 16 355
Decimal 4 14 237
Hex 4 E ED

RGB Percentages of Color #040eed

%1.57
%5.49
%92.94

CMYK Percentages of Color #040eed

%98
%94
%0
%7

Triadic Colors of #040eed

#040eed #ed040e #0eed04

Analogous Colors of #040eed

#040eed #6f04ed #0483ed

Monochromatic Colors of #040eed

#040eed

Complementary Color

#040eed #ede304

#040eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#040eed Color CSS Codes

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

#040eed Text Font Color

<p style="color:#040eed">Text here</p>

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


#040eed Background Color

<div style="background-color:#040eed">
Div content here</div>

This div background color is #040eed


#040eed Border Color

<div style="border:3px solid #040eed">
Div here</div>

This div border color is #040eed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,14,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #040eed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #040eed;
  -webkit-box-shadow: 1px 1px 3px 2px #040eed;
  box-shadow:         1px 1px 3px 2px #040eed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040eed


Comments

No comments written yet.

Please login to write comment.