Color Hex Logo

#406bf7 Color Hex

#406BF7
(64,107,247)
0 Favorites   0 Comments

Color spaces of #406bf7

RGB 64107247
HSL0.630.920.61
HSV226°74°97°
CMYK 0.740.570.00   0.03
XYZ24.160518.320890.2586
Yxy18.32080.18200.1380
Hunter Lab42.802825.8513-95.0633
CIE-Lab49.882932.7543-74.2854

#406bf7 color RGB value is (64,107,247).

#406bf7 hex color red value is 64, green value is 107 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #406bf7 hue: 0.63 , saturation: 0.92 and the lightness value of 406bf7 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101011 11110111
Octal 100 153 367
Decimal 64 107 247
Hex 40 6B F7

RGB Percentages of Color #406bf7

%15.31
%25.60
%59.09

CMYK Percentages of Color #406bf7

%74
%57
%0
%3

Triadic Colors of #406bf7

#406bf7 #f7406b #6bf740

Analogous Colors of #406bf7

#406bf7 #7140f7 #40c7f7

Monochromatic Colors of #406bf7

#406bf7

Complementary Color

#406bf7 #f7cc40

#406bf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406bf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#406bf7 Color CSS Codes

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

#406bf7 Text Font Color

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

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


#406bf7 Background Color

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

This div background color is #406bf7


#406bf7 Border Color

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

This div border color is #406bf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406bf7


Comments

No comments written yet.

Please login to write comment.