Color Hex Logo

#406dfa Color Hex

#406DFA
(64,109,250)
0 Favorites   0 Comments

Color spaces of #406dfa

RGB 64109250
HSL0.630.950.62
HSV225°74°98°
CMYK 0.740.560.00   0.02
XYZ24.838318.929492.7871
Yxy18.92940.18190.1386
Hunter Lab43.507925.7652-95.9891
CIE-Lab50.604532.5786-74.7796

#406dfa color RGB value is (64,109,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101101 11111010
Octal 100 155 372
Decimal 64 109 250
Hex 40 6D FA

RGB Percentages of Color #406dfa

%15.13
%25.77
%59.10

CMYK Percentages of Color #406dfa

%74
%56
%0
%2

Triadic Colors of #406dfa

#406dfa #fa406d #6dfa40

Analogous Colors of #406dfa

#406dfa #7040fa #40cafa

Monochromatic Colors of #406dfa

#406dfa

Complementary Color

#406dfa #facd40

#406dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#406dfa Color CSS Codes

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

#406dfa Text Font Color

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

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


#406dfa Background Color

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

This div background color is #406dfa


#406dfa Border Color

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

This div border color is #406dfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,109,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.