Color Hex Logo

#407eda Color Hex

#407EDA
(64,126,218)
0 Favorites   0 Comments

Color spaces of #407eda

RGB 64126218
HSL0.600.680.55
HSV216°71°85°
CMYK 0.710.420.00   0.15
XYZ22.230121.073769.2256
Yxy21.07370.19750.1873
Hunter Lab45.90616.1032-57.2740
CIE-Lab53.030110.5183-52.9577

#407eda color RGB value is (64,126,218).

#407eda hex color red value is 64, green value is 126 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #407eda hue: 0.60 , saturation: 0.68 and the lightness value of 407eda is 0.55.

The process color (four color CMYK) of #407eda color hex is 0.71, 0.42, 0.00, 0.15. Web safe color of #407eda is #3366cc. Color #407eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111110 11011010
Octal 100 176 332
Decimal 64 126 218
Hex 40 7E DA

RGB Percentages of Color #407eda

%15.69
%30.88
%53.43

CMYK Percentages of Color #407eda

%71
%42
%0
%15

Triadic Colors of #407eda

#407eda #da407e #7eda40

Analogous Colors of #407eda

#407eda #4f40da #40cbda

Monochromatic Colors of #407eda

#407eda

Complementary Color

#407eda #da9c40

#407eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#407eda Color CSS Codes

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

#407eda Text Font Color

<p style="color:#407eda">Text here</p>

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


#407eda Background Color

<div style="background-color:#407eda">
Div content here</div>

This div background color is #407eda


#407eda Border Color

<div style="border:3px solid #407eda">
Div here</div>

This div border color is #407eda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,126,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #407eda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #407eda;
  -webkit-box-shadow: 1px 1px 3px 2px #407eda;
  box-shadow:         1px 1px 3px 2px #407eda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407eda


Comments

No comments written yet.

Please login to write comment.