Color Hex Logo

#407eca Color Hex

#407ECA
(64,126,202)
0 Favorites   0 Comments

Color spaces of #407eca

RGB 64126202
HSL0.590.570.52
HSV213°68°79°
CMYK 0.680.380.00   0.21
XYZ20.235920.276058.7242
Yxy20.27600.20390.2043
Hunter Lab45.02891.4170-45.8026
CIE-Lab52.14784.8191-45.3017

#407eca color RGB value is (64,126,202).

#407eca hex color red value is 64, green value is 126 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #407eca hue: 0.59 , saturation: 0.57 and the lightness value of 407eca is 0.52.

The process color (four color CMYK) of #407eca color hex is 0.68, 0.38, 0.00, 0.21. Web safe color of #407eca is #3366cc. Color #407eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111110 11001010
Octal 100 176 312
Decimal 64 126 202
Hex 40 7E CA

RGB Percentages of Color #407eca

%16.33
%32.14
%51.53

CMYK Percentages of Color #407eca

%68
%38
%0
%21

Triadic Colors of #407eca

#407eca #ca407e #7eca40

Analogous Colors of #407eca

#407eca #4740ca #40c3ca

Monochromatic Colors of #407eca

#407eca

Complementary Color

#407eca #ca8c40

#407eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#407eca Color CSS Codes

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

#407eca Text Font Color

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

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


#407eca Background Color

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

This div background color is #407eca


#407eca Border Color

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

This div border color is #407eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407eca


Comments

No comments written yet.

Please login to write comment.