Color Hex Logo

#440dbc Color Hex

#440DBC
(68,13,188)
0 Favorites   0 Comments

Color spaces of #440dbc

RGB 6813188
HSL0.720.870.39
HSV259°93°74°
CMYK 0.640.930.00   0.26
XYZ11.60495.147647.9589
Yxy5.14760.17930.0795
Hunter Lab22.688351.5968-109.4462
CIE-Lab27.151262.0525-77.7728

#440dbc color RGB value is (68,13,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00001101 10111100
Octal 104 15 274
Decimal 68 13 188
Hex 44 D BC

RGB Percentages of Color #440dbc

%25.28
%4.83
%69.89

CMYK Percentages of Color #440dbc

%64
%93
%0
%26

Triadic Colors of #440dbc

#440dbc #bc440d #0dbc44

Analogous Colors of #440dbc

#440dbc #9c0dbc #0d2ebc

Monochromatic Colors of #440dbc

#440dbc

Complementary Color

#440dbc #85bc0d

#440dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#440dbc Color CSS Codes

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

#440dbc Text Font Color

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

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


#440dbc Background Color

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

This div background color is #440dbc


#440dbc Border Color

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

This div border color is #440dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440dbc


Comments

No comments written yet.

Please login to write comment.