Color Hex Logo

#407ecb Color Hex

#407ECB
(64,126,203)
0 Favorites   0 Comments

Color spaces of #407ecb

RGB 64126203
HSL0.590.570.52
HSV213°68°80°
CMYK 0.680.380.00   0.20
XYZ20.354720.323559.3499
Yxy20.32350.20350.2032
Hunter Lab45.08161.7014-46.4981
CIE-Lab52.20105.1731-45.7862

#407ecb color RGB value is (64,126,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111110 11001011
Octal 100 176 313
Decimal 64 126 203
Hex 40 7E CB

RGB Percentages of Color #407ecb

%16.28
%32.06
%51.65

CMYK Percentages of Color #407ecb

%68
%38
%0
%20

Triadic Colors of #407ecb

#407ecb #cb407e #7ecb40

Analogous Colors of #407ecb

#407ecb #4740cb #40c4cb

Monochromatic Colors of #407ecb

#407ecb

Complementary Color

#407ecb #cb8d40

#407ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#407ecb Color CSS Codes

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

#407ecb Text Font Color

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

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


#407ecb Background Color

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

This div background color is #407ecb


#407ecb Border Color

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

This div border color is #407ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407ecb


Comments

No comments written yet.

Please login to write comment.