Color Hex Logo

#407dab Color Hex

#407DAB
(64,125,171)
0 Favorites   0 Comments

Color spaces of #407dab

RGB 64125171
HSL0.570.460.46
HSV206°63°67°
CMYK 0.630.270.00   0.33
XYZ16.798718.697541.2517
Yxy18.69750.21890.2436
Hunter Lab43.2406-6.3249-26.2945
CIE-Lab50.3314-5.3146-30.3540

#407dab color RGB value is (64,125,171).

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

The process color (four color CMYK) of #407dab color hex is 0.63, 0.27, 0.00, 0.33. Web safe color of #407dab is #336699. Color #407dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111101 10101011
Octal 100 175 253
Decimal 64 125 171
Hex 40 7D AB

RGB Percentages of Color #407dab

%17.78
%34.72
%47.50

CMYK Percentages of Color #407dab

%63
%27
%0
%33

Triadic Colors of #407dab

#407dab #ab407d #7dab40

Analogous Colors of #407dab

#407dab #4048ab #40aba4

Monochromatic Colors of #407dab

#407dab

Complementary Color

#407dab #ab6e40

#407dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#407dab Color CSS Codes

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

#407dab Text Font Color

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

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


#407dab Background Color

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

This div background color is #407dab


#407dab Border Color

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

This div border color is #407dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407dab


Comments

No comments written yet.

Please login to write comment.