Color Hex Logo

#40589e Color Hex

#40589E
(64,88,158)
0 Favorites   0 Comments

Color spaces of #40589e

RGB 6488158
HSL0.620.420.44
HSV225°59°62°
CMYK 0.590.440.00   0.38
XYZ11.775610.538133.7612
Yxy10.53810.21000.1879
Hunter Lab32.46247.9408-38.9384
CIE-Lab38.791413.0897-40.9001

#40589e color RGB value is (64,88,158).

#40589e hex color red value is 64, green value is 88 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #40589e hue: 0.62 , saturation: 0.42 and the lightness value of 40589e is 0.44.

The process color (four color CMYK) of #40589e color hex is 0.59, 0.44, 0.00, 0.38. Web safe color of #40589e is #336699. Color #40589e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01011000 10011110
Octal 100 130 236
Decimal 64 88 158
Hex 40 58 9E

RGB Percentages of Color #40589e

%20.65
%28.39
%50.97

CMYK Percentages of Color #40589e

%59
%44
%0
%38

Triadic Colors of #40589e

#40589e #9e4058 #589e40

Analogous Colors of #40589e

#40589e #57409e #40879e

Monochromatic Colors of #40589e

#40589e

Complementary Color

#40589e #9e8640

#40589e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40589e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40589e Color CSS Codes

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

#40589e Text Font Color

<p style="color:#40589e">Text here</p>

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


#40589e Background Color

<div style="background-color:#40589e">
Div content here</div>

This div background color is #40589e


#40589e Border Color

<div style="border:3px solid #40589e">
Div here</div>

This div border color is #40589e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,88,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40589e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40589e;
  -webkit-box-shadow: 1px 1px 3px 2px #40589e;
  box-shadow:         1px 1px 3px 2px #40589e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40589e


Comments

No comments written yet.

Please login to write comment.