Color Hex Logo

#405fab Color Hex

#405FAB
(64,95,171)
0 Favorites   0 Comments

Color spaces of #405fab

RGB 6495171
HSL0.620.460.46
HSV223°63°67°
CMYK 0.630.440.00   0.33
XYZ13.557212.214740.1712
Yxy12.21470.20560.1852
Hunter Lab34.94958.0799-43.6836
CIE-Lab41.555313.1612-44.2104

#405fab color RGB value is (64,95,171).

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

The process color (four color CMYK) of #405fab color hex is 0.63, 0.44, 0.00, 0.33. Web safe color of #405fab is #336699. Color #405fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01011111 10101011
Octal 100 137 253
Decimal 64 95 171
Hex 40 5F AB

RGB Percentages of Color #405fab

%19.39
%28.79
%51.82

CMYK Percentages of Color #405fab

%63
%44
%0
%33

Triadic Colors of #405fab

#405fab #ab405f #5fab40

Analogous Colors of #405fab

#405fab #5740ab #4095ab

Monochromatic Colors of #405fab

#405fab

Complementary Color

#405fab #ab8c40

#405fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#405fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#405fab Color CSS Codes

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

#405fab Text Font Color

<p style="color:#405fab">Text here</p>

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


#405fab Background Color

<div style="background-color:#405fab">
Div content here</div>

This div background color is #405fab


#405fab Border Color

<div style="border:3px solid #405fab">
Div here</div>

This div border color is #405fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,95,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 #405fab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #405fab


Comments

No comments written yet.

Please login to write comment.