Color Hex Logo

#405cae Color Hex

#405CAE
(64,92,174)
0 Favorites   0 Comments

Color spaces of #405cae

RGB 6492174
HSL0.620.460.47
HSV225°63°68°
CMYK 0.630.470.00   0.32
XYZ13.581511.800341.6063
Yxy11.80030.20270.1762
Hunter Lab34.351610.4579-47.7654
CIE-Lab40.897016.1550-47.0337

#405cae color RGB value is (64,92,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01011100 10101110
Octal 100 134 256
Decimal 64 92 174
Hex 40 5C AE

RGB Percentages of Color #405cae

%19.39
%27.88
%52.73

CMYK Percentages of Color #405cae

%63
%47
%0
%32

Triadic Colors of #405cae

#405cae #ae405c #5cae40

Analogous Colors of #405cae

#405cae #5b40ae #4093ae

Monochromatic Colors of #405cae

#405cae

Complementary Color

#405cae #ae9240

#405cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#405cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#405cae Color CSS Codes

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

#405cae Text Font Color

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

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


#405cae Background Color

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

This div background color is #405cae


#405cae Border Color

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

This div border color is #405cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #405cae


Comments

No comments written yet.

Please login to write comment.