Color Hex Logo

#405af9 Color Hex

#405AF9
(64,90,249)
0 Favorites   0 Comments

Color spaces of #405af9

RGB 6490249
HSL0.640.940.61
HSV232°74°98°
CMYK 0.740.640.00   0.02
XYZ22.869415.241991.3592
Yxy15.24190.17660.1177
Hunter Lab39.040936.2404-111.4154
CIE-Lab45.963743.9018-81.8032

#405af9 color RGB value is (64,90,249).

#405af9 hex color red value is 64, green value is 90 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #405af9 hue: 0.64 , saturation: 0.94 and the lightness value of 405af9 is 0.61.

The process color (four color CMYK) of #405af9 color hex is 0.74, 0.64, 0.00, 0.02. Web safe color of #405af9 is #3366ff. Color #405af9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01011010 11111001
Octal 100 132 371
Decimal 64 90 249
Hex 40 5A F9

RGB Percentages of Color #405af9

%15.88
%22.33
%61.79

CMYK Percentages of Color #405af9

%74
%64
%0
%2

Triadic Colors of #405af9

#405af9 #f9405a #5af940

Analogous Colors of #405af9

#405af9 #8340f9 #40b7f9

Monochromatic Colors of #405af9

#405af9

Complementary Color

#405af9 #f9df40

#405af9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#405af9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#405af9 Color CSS Codes

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

#405af9 Text Font Color

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

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


#405af9 Background Color

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

This div background color is #405af9


#405af9 Border Color

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

This div border color is #405af9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #405af9


Comments

No comments written yet.

Please login to write comment.