Color Hex Logo

#040dbf Color Hex

#040DBF
(4,13,191)
0 Favorites   0 Comments

Color spaces of #040dbf

RGB 413191
HSL0.660.960.38
HSV237°98°75°
CMYK 0.980.930.00   0.25
XYZ9.59804.075249.5709
Yxy4.07520.15180.0644
Hunter Lab20.187149.5406-131.4598
CIE-Lab23.918560.7738-85.0326

#040dbf color RGB value is (4,13,191).

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

The process color (four color CMYK) of #040dbf color hex is 0.98, 0.93, 0.00, 0.25. Web safe color of #040dbf is #0000cc. Color #040dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00001101 10111111
Octal 4 15 277
Decimal 4 13 191
Hex 4 D BF

RGB Percentages of Color #040dbf

%1.92
%6.25
%91.83

CMYK Percentages of Color #040dbf

%98
%93
%0
%25

Triadic Colors of #040dbf

#040dbf #bf040d #0dbf04

Analogous Colors of #040dbf

#040dbf #5904bf #046bbf

Monochromatic Colors of #040dbf

#040dbf

Complementary Color

#040dbf #bfb604

#040dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#040dbf Color CSS Codes

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

#040dbf Text Font Color

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

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


#040dbf Background Color

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

This div background color is #040dbf


#040dbf Border Color

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

This div border color is #040dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040dbf


Comments

No comments written yet.

Please login to write comment.