Color Hex Logo

#405faf Color Hex

#405FAF
(64,95,175)
0 Favorites   0 Comments

Color spaces of #405faf

RGB 6495175
HSL0.620.460.47
HSV223°63°69°
CMYK 0.630.460.00   0.31
XYZ13.944412.369642.2101
Yxy12.36960.20350.1805
Hunter Lab35.17049.2235-46.5381
CIE-Lab41.797614.5807-46.1796

#405faf color RGB value is (64,95,175).

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

The process color (four color CMYK) of #405faf color hex is 0.63, 0.46, 0.00, 0.31. Web safe color of #405faf is #336699. Color #405faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01011111 10101111
Octal 100 137 257
Decimal 64 95 175
Hex 40 5F AF

RGB Percentages of Color #405faf

%19.16
%28.44
%52.40

CMYK Percentages of Color #405faf

%63
%46
%0
%31

Triadic Colors of #405faf

#405faf #af405f #5faf40

Analogous Colors of #405faf

#405faf #5840af #4097af

Monochromatic Colors of #405faf

#405faf

Complementary Color

#405faf #af9040

#405faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#405faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#405faf Color CSS Codes

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

#405faf Text Font Color

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

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


#405faf Background Color

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

This div background color is #405faf


#405faf Border Color

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

This div border color is #405faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #405faf


Comments

No comments written yet.

Please login to write comment.