Color Hex Logo

#407ded Color Hex

#407DED
(64,125,237)
0 Favorites   0 Comments

Color spaces of #407ded

RGB 64125237
HSL0.610.830.59
HSV219°73°93°
CMYK 0.730.470.00   0.07
XYZ24.734021.871683.0388
Yxy21.87160.19080.1687
Hunter Lab46.767112.5620-72.5373
CIE-Lab53.890517.9668-62.2265

#407ded color RGB value is (64,125,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111101 11101101
Octal 100 175 355
Decimal 64 125 237
Hex 40 7D ED

RGB Percentages of Color #407ded

%15.02
%29.34
%55.63

CMYK Percentages of Color #407ded

%73
%47
%0
%7

Triadic Colors of #407ded

#407ded #ed407d #7ded40

Analogous Colors of #407ded

#407ded #5940ed #40d4ed

Monochromatic Colors of #407ded

#407ded

Complementary Color

#407ded #edb040

#407ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#407ded Color CSS Codes

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

#407ded Text Font Color

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

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


#407ded Background Color

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

This div background color is #407ded


#407ded Border Color

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

This div border color is #407ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407ded


Comments

No comments written yet.

Please login to write comment.