Color Hex Logo

#407dbb Color Hex

#407DBB
(64,125,187)
0 Favorites   0 Comments

Color spaces of #407dbb

RGB 64125187
HSL0.580.490.49
HSV210°66°73°
CMYK 0.660.330.00   0.27
XYZ18.417619.345149.7770
Yxy19.34510.21040.2210
Hunter Lab43.9831-2.2247-36.3122
CIE-Lab51.08850.1607-38.4006

#407dbb color RGB value is (64,125,187).

#407dbb hex color red value is 64, green value is 125 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #407dbb hue: 0.58 , saturation: 0.49 and the lightness value of 407dbb is 0.49.

The process color (four color CMYK) of #407dbb color hex is 0.66, 0.33, 0.00, 0.27. Web safe color of #407dbb is #3366cc. Color #407dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111101 10111011
Octal 100 175 273
Decimal 64 125 187
Hex 40 7D BB

RGB Percentages of Color #407dbb

%17.02
%33.24
%49.73

CMYK Percentages of Color #407dbb

%66
%33
%0
%27

Triadic Colors of #407dbb

#407dbb #bb407d #7dbb40

Analogous Colors of #407dbb

#407dbb #4140bb #40bbbb

Monochromatic Colors of #407dbb

#407dbb

Complementary Color

#407dbb #bb7e40

#407dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#407dbb Color CSS Codes

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

#407dbb Text Font Color

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

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


#407dbb Background Color

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

This div background color is #407dbb


#407dbb Border Color

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

This div border color is #407dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407dbb


Comments

No comments written yet.

Please login to write comment.