Color Hex Logo

#440dfb Color Hex

#440DFB
(68,13,251)
0 Favorites   0 Comments

Color spaces of #440dfb

RGB 6813251
HSL0.710.970.52
HSV254°95°98°
CMYK 0.730.950.00   0.02
XYZ19.94048.481891.8530
Yxy8.48180.16580.0705
Hunter Lab29.123571.2498-166.6089
CIE-Lab34.966877.4150-101.1027

#440dfb color RGB value is (68,13,251).

#440dfb hex color red value is 68, green value is 13 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #440dfb hue: 0.71 , saturation: 0.97 and the lightness value of 440dfb is 0.52.

The process color (four color CMYK) of #440dfb color hex is 0.73, 0.95, 0.00, 0.02. Web safe color of #440dfb is #3300ff. Color #440dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00001101 11111011
Octal 104 15 373
Decimal 68 13 251
Hex 44 D FB

RGB Percentages of Color #440dfb

%20.48
%3.92
%75.60

CMYK Percentages of Color #440dfb

%73
%95
%0
%2

Triadic Colors of #440dfb

#440dfb #fb440d #0dfb44

Analogous Colors of #440dfb

#440dfb #bb0dfb #0d4dfb

Monochromatic Colors of #440dfb

#440dfb

Complementary Color

#440dfb #c4fb0d

#440dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#440dfb Color CSS Codes

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

#440dfb Text Font Color

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

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


#440dfb Background Color

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

This div background color is #440dfb


#440dfb Border Color

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

This div border color is #440dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440dfb


Comments

No comments written yet.

Please login to write comment.