Color Hex Logo

#406dde Color Hex

#406DDE
(64,109,222)
0 Favorites   0 Comments

Color spaces of #406dde

RGB 64109222
HSL0.620.710.56
HSV223°71°87°
CMYK 0.710.510.00   0.13
XYZ20.767817.301271.3521
Yxy17.30120.18980.1581
Hunter Lab41.594716.3324-72.5905
CIE-Lab48.637322.5439-62.2746

#406dde color RGB value is (64,109,222).

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

The process color (four color CMYK) of #406dde color hex is 0.71, 0.51, 0.00, 0.13. Web safe color of #406dde is #3366cc. Color #406dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101101 11011110
Octal 100 155 336
Decimal 64 109 222
Hex 40 6D DE

RGB Percentages of Color #406dde

%16.20
%27.59
%56.20

CMYK Percentages of Color #406dde

%71
%51
%0
%13

Triadic Colors of #406dde

#406dde #de406d #6dde40

Analogous Colors of #406dde

#406dde #6240de #40bcde

Monochromatic Colors of #406dde

#406dde

Complementary Color

#406dde #deb140

#406dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#406dde Color CSS Codes

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

#406dde Text Font Color

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

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


#406dde Background Color

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

This div background color is #406dde


#406dde Border Color

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

This div border color is #406dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406dde


Comments

No comments written yet.

Please login to write comment.