Color Hex Logo

#407dee Color Hex

#407DEE
(64,125,238)
0 Favorites   0 Comments

Color spaces of #407dee

RGB 64125238
HSL0.610.840.59
HSV219°73°93°
CMYK 0.730.470.00   0.07
XYZ24.880621.930383.8105
Yxy21.93030.19050.1679
Hunter Lab46.829812.8846-73.3295
CIE-Lab53.953018.3269-62.6831

#407dee color RGB value is (64,125,238).

#407dee hex color red value is 64, green value is 125 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #407dee hue: 0.61 , saturation: 0.84 and the lightness value of 407dee is 0.59.

The process color (four color CMYK) of #407dee color hex is 0.73, 0.47, 0.00, 0.07. Web safe color of #407dee is #3366ff. Color #407dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111101 11101110
Octal 100 175 356
Decimal 64 125 238
Hex 40 7D EE

RGB Percentages of Color #407dee

%14.99
%29.27
%55.74

CMYK Percentages of Color #407dee

%73
%47
%0
%7

Triadic Colors of #407dee

#407dee #ee407d #7dee40

Analogous Colors of #407dee

#407dee #5a40ee #40d4ee

Monochromatic Colors of #407dee

#407dee

Complementary Color

#407dee #eeb140

#407dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#407dee Color CSS Codes

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

#407dee Text Font Color

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

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


#407dee Background Color

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

This div background color is #407dee


#407dee Border Color

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

This div border color is #407dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407dee


Comments

No comments written yet.

Please login to write comment.