Color Hex Logo

#406edf Color Hex

#406EDF
(64,110,223)
0 Favorites   0 Comments

Color spaces of #406edf

RGB 64110223
HSL0.620.710.56
HSV223°71°87°
CMYK 0.710.510.00   0.13
XYZ21.009617.569672.0960
Yxy17.56960.18980.1587
Hunter Lab41.916116.1163-72.6379
CIE-Lab48.969922.2749-62.3029

#406edf color RGB value is (64,110,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101110 11011111
Octal 100 156 337
Decimal 64 110 223
Hex 40 6E DF

RGB Percentages of Color #406edf

%16.12
%27.71
%56.17

CMYK Percentages of Color #406edf

%71
%51
%0
%13

Triadic Colors of #406edf

#406edf #df406e #6edf40

Analogous Colors of #406edf

#406edf #6140df #40bedf

Monochromatic Colors of #406edf

#406edf

Complementary Color

#406edf #dfb140

#406edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#406edf Color CSS Codes

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

#406edf Text Font Color

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

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


#406edf Background Color

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

This div background color is #406edf


#406edf Border Color

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

This div border color is #406edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406edf


Comments

No comments written yet.

Please login to write comment.