Color Hex Logo

#407cdb Color Hex

#407CDB
(64,124,219)
0 Favorites   0 Comments

Color spaces of #407cdb

RGB 64124219
HSL0.600.680.55
HSV217°71°86°
CMYK 0.710.430.00   0.14
XYZ22.108220.619869.8326
Yxy20.61980.19640.1832
Hunter Lab45.40907.4401-59.3932
CIE-Lab52.530912.1059-54.3196

#407cdb color RGB value is (64,124,219).

#407cdb hex color red value is 64, green value is 124 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #407cdb hue: 0.60 , saturation: 0.68 and the lightness value of 407cdb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111100 11011011
Octal 100 174 333
Decimal 64 124 219
Hex 40 7C DB

RGB Percentages of Color #407cdb

%15.72
%30.47
%53.81

CMYK Percentages of Color #407cdb

%71
%43
%0
%14

Triadic Colors of #407cdb

#407cdb #db407c #7cdb40

Analogous Colors of #407cdb

#407cdb #5240db #40cadb

Monochromatic Colors of #407cdb

#407cdb

Complementary Color

#407cdb #db9f40

#407cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#407cdb Color CSS Codes

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

#407cdb Text Font Color

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

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


#407cdb Background Color

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

This div background color is #407cdb


#407cdb Border Color

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

This div border color is #407cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407cdb


Comments

No comments written yet.

Please login to write comment.