Color Hex Logo

#406dd8 Color Hex

#406DD8
(64,109,216)
0 Favorites   0 Comments

Color spaces of #406dd8

RGB 64109216
HSL0.620.660.55
HSV222°70°85°
CMYK 0.700.500.00   0.15
XYZ19.977716.985167.1913
Yxy16.98510.19180.1631
Hunter Lab41.213014.4039-67.8139
CIE-Lab48.241320.3826-59.5129

#406dd8 color RGB value is (64,109,216).

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

The process color (four color CMYK) of #406dd8 color hex is 0.70, 0.50, 0.00, 0.15. Web safe color of #406dd8 is #3366cc. Color #406dd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101101 11011000
Octal 100 155 330
Decimal 64 109 216
Hex 40 6D D8

RGB Percentages of Color #406dd8

%16.45
%28.02
%55.53

CMYK Percentages of Color #406dd8

%70
%50
%0
%15

Triadic Colors of #406dd8

#406dd8 #d8406d #6dd840

Analogous Colors of #406dd8

#406dd8 #5f40d8 #40b9d8

Monochromatic Colors of #406dd8

#406dd8

Complementary Color

#406dd8 #d8ab40

#406dd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406dd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#406dd8 Color CSS Codes

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

#406dd8 Text Font Color

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

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


#406dd8 Background Color

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

This div background color is #406dd8


#406dd8 Border Color

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

This div border color is #406dd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406dd8


Comments

No comments written yet.

Please login to write comment.