Color Hex Logo

#405aff Color Hex

#405AFF
(64,90,255)
1 Favorites   1 Comments

Color spaces of #405aff

RGB 6490255
HSL0.641.000.63
HSV232°75°100°
CMYK 0.750.650.00   0.00
XYZ23.820515.622396.3677
Yxy15.62230.17540.1150
Hunter Lab39.525138.4075-116.8899
CIE-Lab46.475045.9508-84.3077

#405aff color RGB value is (64,90,255).

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

The process color (four color CMYK) of #405aff color hex is 0.75, 0.65, 0.00, 0.00. Web safe color of #405aff is #3366ff. Color #405aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01011010 11111111
Octal 100 132 377
Decimal 64 90 255
Hex 40 5A FF

RGB Percentages of Color #405aff

%15.65
%22.00
%62.35

CMYK Percentages of Color #405aff

%75
%65
%0
%0

Triadic Colors of #405aff

#405aff #ff405a #5aff40

Analogous Colors of #405aff

#405aff #8640ff #40baff

Monochromatic Colors of #405aff

#405aff

Complementary Color

#405aff #ffe540

#405aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#405aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#405aff Color CSS Codes

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

#405aff Text Font Color

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

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


#405aff Background Color

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

This div background color is #405aff


#405aff Border Color

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

This div border color is #405aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #405aff


Comments

12 Sep 2023, 19:31 andrewblox

Color of andrewblox on branded content

Please login to write comment.