Color Hex Logo

#406fed Color Hex

#406FED
(64,111,237)
0 Favorites   0 Comments

Color spaces of #406fed

RGB 64111237
HSL0.620.830.59
HSV224°73°93°
CMYK 0.730.530.00   0.07
XYZ23.084918.573382.4891
Yxy18.57330.18590.1496
Hunter Lab43.096820.1947-83.3160
CIE-Lab50.184226.6839-68.2126

#406fed color RGB value is (64,111,237).

#406fed hex color red value is 64, green value is 111 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #406fed hue: 0.62 , saturation: 0.83 and the lightness value of 406fed is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101111 11101101
Octal 100 157 355
Decimal 64 111 237
Hex 40 6F ED

RGB Percentages of Color #406fed

%15.53
%26.94
%57.52

CMYK Percentages of Color #406fed

%73
%53
%0
%7

Triadic Colors of #406fed

#406fed #ed406f #6fed40

Analogous Colors of #406fed

#406fed #6840ed #40c6ed

Monochromatic Colors of #406fed

#406fed

Complementary Color

#406fed #edbe40

#406fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#406fed Color CSS Codes

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

#406fed Text Font Color

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

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


#406fed Background Color

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

This div background color is #406fed


#406fed Border Color

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

This div border color is #406fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406fed


Comments

No comments written yet.

Please login to write comment.