Color Hex Logo

#405eab Color Hex

#405EAB
(64,94,171)
0 Favorites   0 Comments

Color spaces of #405eab

RGB 6494171
HSL0.620.460.46
HSV223°63°67°
CMYK 0.630.450.00   0.33
XYZ13.467712.035740.1414
Yxy12.03570.20520.1833
Hunter Lab34.69258.5822-44.3175
CIE-Lab41.272813.8028-44.6620

#405eab color RGB value is (64,94,171).

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

The process color (four color CMYK) of #405eab color hex is 0.63, 0.45, 0.00, 0.33. Web safe color of #405eab is #336699. Color #405eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01011110 10101011
Octal 100 136 253
Decimal 64 94 171
Hex 40 5E AB

RGB Percentages of Color #405eab

%19.45
%28.57
%51.98

CMYK Percentages of Color #405eab

%63
%45
%0
%33

Triadic Colors of #405eab

#405eab #ab405e #5eab40

Analogous Colors of #405eab

#405eab #5840ab #4094ab

Monochromatic Colors of #405eab

#405eab

Complementary Color

#405eab #ab8d40

#405eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#405eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#405eab Color CSS Codes

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

#405eab Text Font Color

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

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


#405eab Background Color

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

This div background color is #405eab


#405eab Border Color

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

This div border color is #405eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #405eab


Comments

No comments written yet.

Please login to write comment.