Color Hex Logo

#040deb Color Hex

#040DEB
(4,13,235)
0 Favorites   0 Comments

Color spaces of #040deb

RGB 413235
HSL0.660.970.47
HSV238°98°92°
CMYK 0.980.940.00   0.08
XYZ15.18946.311879.0150
Yxy6.31180.15110.0628
Hunter Lab25.123363.9543-168.8860
CIE-Lab30.185972.2569-100.0961

#040deb color RGB value is (4,13,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00001101 11101011
Octal 4 15 353
Decimal 4 13 235
Hex 4 D EB

RGB Percentages of Color #040deb

%1.59
%5.16
%93.25

CMYK Percentages of Color #040deb

%98
%94
%0
%8

Triadic Colors of #040deb

#040deb #eb040d #0deb04

Analogous Colors of #040deb

#040deb #6f04eb #0481eb

Monochromatic Colors of #040deb

#040deb

Complementary Color

#040deb #ebe204

#040deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#040deb Color CSS Codes

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

#040deb Text Font Color

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

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


#040deb Background Color

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

This div background color is #040deb


#040deb Border Color

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

This div border color is #040deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040deb


Comments

No comments written yet.

Please login to write comment.