Color Hex Logo

#406aef Color Hex

#406AEF
(64,106,239)
0 Favorites   0 Comments

Color spaces of #406aef

RGB 64106239
HSL0.630.850.59
HSV226°73°94°
CMYK 0.730.560.00   0.06
XYZ22.848417.630183.8601
Yxy17.63010.18380.1418
Hunter Lab41.988223.6536-89.0240
CIE-Lab49.044430.5281-71.1824

#406aef color RGB value is (64,106,239).

#406aef hex color red value is 64, green value is 106 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #406aef hue: 0.63 , saturation: 0.85 and the lightness value of 406aef is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101010 11101111
Octal 100 152 357
Decimal 64 106 239
Hex 40 6A EF

RGB Percentages of Color #406aef

%15.65
%25.92
%58.44

CMYK Percentages of Color #406aef

%73
%56
%0
%6

Triadic Colors of #406aef

#406aef #ef406a #6aef40

Analogous Colors of #406aef

#406aef #6e40ef #40c2ef

Monochromatic Colors of #406aef

#406aef

Complementary Color

#406aef #efc540

#406aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#406aef Color CSS Codes

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

#406aef Text Font Color

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

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


#406aef Background Color

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

This div background color is #406aef


#406aef Border Color

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

This div border color is #406aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406aef


Comments

No comments written yet.

Please login to write comment.