Color Hex Logo

#404dfb Color Hex

#404DFB
(64,77,251)
0 Favorites   0 Comments

Color spaces of #404dfb

RGB 6477251
HSL0.660.960.62
HSV236°75°98°
CMYK 0.750.690.00   0.02
XYZ22.180813.362892.6770
Yxy13.36280.17300.1042
Hunter Lab36.555244.3380-124.7272
CIE-Lab43.304952.2093-87.2901

#404dfb color RGB value is (64,77,251).

#404dfb hex color red value is 64, green value is 77 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #404dfb hue: 0.66 , saturation: 0.96 and the lightness value of 404dfb is 0.62.

The process color (four color CMYK) of #404dfb color hex is 0.75, 0.69, 0.00, 0.02. Web safe color of #404dfb is #3366ff. Color #404dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001101 11111011
Octal 100 115 373
Decimal 64 77 251
Hex 40 4D FB

RGB Percentages of Color #404dfb

%16.33
%19.64
%64.03

CMYK Percentages of Color #404dfb

%75
%69
%0
%2

Triadic Colors of #404dfb

#404dfb #fb404d #4dfb40

Analogous Colors of #404dfb

#404dfb #9140fb #40abfb

Monochromatic Colors of #404dfb

#404dfb

Complementary Color

#404dfb #fbee40

#404dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#404dfb Color CSS Codes

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

#404dfb Text Font Color

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

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


#404dfb Background Color

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

This div background color is #404dfb


#404dfb Border Color

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

This div border color is #404dfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,77,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 #404dfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404dfb


Comments

No comments written yet.

Please login to write comment.