Color Hex Logo

#406dfb Color Hex

#406DFB
(64,109,251)
0 Favorites   0 Comments

Color spaces of #406dfb

RGB 64109251
HSL0.630.960.62
HSV226°75°98°
CMYK 0.750.570.00   0.02
XYZ24.995618.992393.6153
Yxy18.99230.18160.1380
Hunter Lab43.580226.1142-96.8558
CIE-Lab50.678232.9344-75.2150

#406dfb color RGB value is (64,109,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101101 11111011
Octal 100 155 373
Decimal 64 109 251
Hex 40 6D FB

RGB Percentages of Color #406dfb

%15.09
%25.71
%59.20

CMYK Percentages of Color #406dfb

%75
%57
%0
%2

Triadic Colors of #406dfb

#406dfb #fb406d #6dfb40

Analogous Colors of #406dfb

#406dfb #7140fb #40cbfb

Monochromatic Colors of #406dfb

#406dfb

Complementary Color

#406dfb #fbce40

#406dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#406dfb Color CSS Codes

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

#406dfb Text Font Color

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

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


#406dfb Background Color

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

This div background color is #406dfb


#406dfb Border Color

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

This div border color is #406dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406dfb


Comments

No comments written yet.

Please login to write comment.