Color Hex Logo

#040eeb Color Hex

#040EEB
(4,14,235)
0 Favorites   0 Comments

Color spaces of #040eeb

RGB 414235
HSL0.660.970.47
HSV237°98°92°
CMYK 0.980.940.00   0.08
XYZ15.20256.338079.0194
Yxy6.33800.15120.0630
Hunter Lab25.175463.7327-168.4741
CIE-Lab30.249772.0598-99.9894

#040eeb color RGB value is (4,14,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00001110 11101011
Octal 4 16 353
Decimal 4 14 235
Hex 4 E EB

RGB Percentages of Color #040eeb

%1.58
%5.53
%92.89

CMYK Percentages of Color #040eeb

%98
%94
%0
%8

Triadic Colors of #040eeb

#040eeb #eb040e #0eeb04

Analogous Colors of #040eeb

#040eeb #6e04eb #0482eb

Monochromatic Colors of #040eeb

#040eeb

Complementary Color

#040eeb #ebe104

#040eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#040eeb Color CSS Codes

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

#040eeb Text Font Color

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

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


#040eeb Background Color

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

This div background color is #040eeb


#040eeb Border Color

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

This div border color is #040eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040eeb


Comments

No comments written yet.

Please login to write comment.