Color Hex Logo

#407fdf Color Hex

#407FDF
(64,127,223)
0 Favorites   0 Comments

Color spaces of #407fdf

RGB 64127223
HSL0.600.710.56
HSV216°71°87°
CMYK 0.710.430.00   0.13
XYZ23.023021.596472.7671
Yxy21.59640.19610.1840
Hunter Lab46.47197.1061-60.3077
CIE-Lab53.596111.6983-54.8658

#407fdf color RGB value is (64,127,223).

#407fdf hex color red value is 64, green value is 127 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #407fdf hue: 0.60 , saturation: 0.71 and the lightness value of 407fdf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111111 11011111
Octal 100 177 337
Decimal 64 127 223
Hex 40 7F DF

RGB Percentages of Color #407fdf

%15.46
%30.68
%53.86

CMYK Percentages of Color #407fdf

%71
%43
%0
%13

Triadic Colors of #407fdf

#407fdf #df407f #7fdf40

Analogous Colors of #407fdf

#407fdf #5040df #40cfdf

Monochromatic Colors of #407fdf

#407fdf

Complementary Color

#407fdf #dfa040

#407fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#407fdf Color CSS Codes

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

#407fdf Text Font Color

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

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


#407fdf Background Color

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

This div background color is #407fdf


#407fdf Border Color

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

This div border color is #407fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407fdf


Comments

No comments written yet.

Please login to write comment.