Color Hex Logo

#407fdc Color Hex

#407FDC
(64,127,220)
0 Favorites   0 Comments

Color spaces of #407fdc

RGB 64127220
HSL0.600.690.56
HSV216°71°86°
CMYK 0.710.420.00   0.14
XYZ22.622021.436070.6554
Yxy21.43600.19720.1869
Hunter Lab46.29906.1929-58.0712
CIE-Lab53.423410.6226-53.4555

#407fdc color RGB value is (64,127,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111111 11011100
Octal 100 177 334
Decimal 64 127 220
Hex 40 7F DC

RGB Percentages of Color #407fdc

%15.57
%30.90
%53.53

CMYK Percentages of Color #407fdc

%71
%42
%0
%14

Triadic Colors of #407fdc

#407fdc #dc407f #7fdc40

Analogous Colors of #407fdc

#407fdc #4f40dc #40cddc

Monochromatic Colors of #407fdc

#407fdc

Complementary Color

#407fdc #dc9d40

#407fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#407fdc Color CSS Codes

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

#407fdc Text Font Color

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

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


#407fdc Background Color

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

This div background color is #407fdc


#407fdc Border Color

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

This div border color is #407fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407fdc


Comments

No comments written yet.

Please login to write comment.