Color Hex Logo

#440dbe Color Hex

#440DBE
(68,13,190)
0 Favorites   0 Comments

Color spaces of #440dbe

RGB 6813190
HSL0.720.870.40
HSV259°93°75°
CMYK 0.640.930.00   0.25
XYZ11.82215.234549.1025
Yxy5.23450.17870.0791
Hunter Lab22.879052.1966-111.2317
CIE-Lab27.392762.5497-78.5565

#440dbe color RGB value is (68,13,190).

#440dbe hex color red value is 68, green value is 13 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #440dbe hue: 0.72 , saturation: 0.87 and the lightness value of 440dbe is 0.40.

The process color (four color CMYK) of #440dbe color hex is 0.64, 0.93, 0.00, 0.25. Web safe color of #440dbe is #3300cc. Color #440dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00001101 10111110
Octal 104 15 276
Decimal 68 13 190
Hex 44 D BE

RGB Percentages of Color #440dbe

%25.09
%4.80
%70.11

CMYK Percentages of Color #440dbe

%64
%93
%0
%25

Triadic Colors of #440dbe

#440dbe #be440d #0dbe44

Analogous Colors of #440dbe

#440dbe #9d0dbe #0d2fbe

Monochromatic Colors of #440dbe

#440dbe

Complementary Color

#440dbe #87be0d

#440dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#440dbe Color CSS Codes

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

#440dbe Text Font Color

<p style="color:#440dbe">Text here</p>

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


#440dbe Background Color

<div style="background-color:#440dbe">
Div content here</div>

This div background color is #440dbe


#440dbe Border Color

<div style="border:3px solid #440dbe">
Div here</div>

This div border color is #440dbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,13,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #440dbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #440dbe;
  -webkit-box-shadow: 1px 1px 3px 2px #440dbe;
  box-shadow:         1px 1px 3px 2px #440dbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440dbe


Comments

No comments written yet.

Please login to write comment.