Color Hex Logo

#405aae Color Hex

#405AAE
(64,90,174)
0 Favorites   0 Comments

Color spaces of #405aae

RGB 6490174
HSL0.630.460.47
HSV226°63°68°
CMYK 0.630.480.00   0.32
XYZ13.410511.458341.5493
Yxy11.45830.20190.1725
Hunter Lab33.850111.4792-49.0804
CIE-Lab40.341917.4459-47.9245

#405aae color RGB value is (64,90,174).

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

The process color (four color CMYK) of #405aae color hex is 0.63, 0.48, 0.00, 0.32. Web safe color of #405aae is #336699. Color #405aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01011010 10101110
Octal 100 132 256
Decimal 64 90 174
Hex 40 5A AE

RGB Percentages of Color #405aae

%19.51
%27.44
%53.05

CMYK Percentages of Color #405aae

%63
%48
%0
%32

Triadic Colors of #405aae

#405aae #ae405a #5aae40

Analogous Colors of #405aae

#405aae #5d40ae #4091ae

Monochromatic Colors of #405aae

#405aae

Complementary Color

#405aae #ae9440

#405aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#405aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#405aae Color CSS Codes

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

#405aae Text Font Color

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

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


#405aae Background Color

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

This div background color is #405aae


#405aae Border Color

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

This div border color is #405aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #405aae


Comments

No comments written yet.

Please login to write comment.