Color Hex Logo

#407ecf Color Hex

#407ECF
(64,126,207)
0 Favorites   0 Comments

Color spaces of #407ecf

RGB 64126207
HSL0.590.600.53
HSV214°69°81°
CMYK 0.690.390.00   0.19
XYZ20.837720.516761.8933
Yxy20.51670.20180.1987
Hunter Lab45.29542.8503-49.3093
CIE-Lab52.41646.5922-47.7159

#407ecf color RGB value is (64,126,207).

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

The process color (four color CMYK) of #407ecf color hex is 0.69, 0.39, 0.00, 0.19. Web safe color of #407ecf is #3366cc. Color #407ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111110 11001111
Octal 100 176 317
Decimal 64 126 207
Hex 40 7E CF

RGB Percentages of Color #407ecf

%16.12
%31.74
%52.14

CMYK Percentages of Color #407ecf

%69
%39
%0
%19

Triadic Colors of #407ecf

#407ecf #cf407e #7ecf40

Analogous Colors of #407ecf

#407ecf #4a40cf #40c6cf

Monochromatic Colors of #407ecf

#407ecf

Complementary Color

#407ecf #cf9140

#407ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#407ecf Color CSS Codes

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

#407ecf Text Font Color

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

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


#407ecf Background Color

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

This div background color is #407ecf


#407ecf Border Color

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

This div border color is #407ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407ecf


Comments

No comments written yet.

Please login to write comment.