Color Hex Logo

#40059e Color Hex

#40059E
(64,5,158)
0 Favorites   0 Comments

Color spaces of #40059e

RGB 645158
HSL0.730.940.32
HSV263°97°62°
CMYK 0.590.970.00   0.38
XYZ8.34023.667232.6160
Yxy3.66720.18690.0822
Hunter Lab19.149944.2281-87.5773
CIE-Lab22.539256.0684-67.3728

#40059e color RGB value is (64,5,158).

#40059e hex color red value is 64, green value is 5 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #40059e hue: 0.73 , saturation: 0.94 and the lightness value of 40059e is 0.32.

The process color (four color CMYK) of #40059e color hex is 0.59, 0.97, 0.00, 0.38. Web safe color of #40059e is #330099. Color #40059e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000101 10011110
Octal 100 5 236
Decimal 64 5 158
Hex 40 5 9E

RGB Percentages of Color #40059e

%28.19
%2.20
%69.60

CMYK Percentages of Color #40059e

%59
%97
%0
%38

Triadic Colors of #40059e

#40059e #9e4005 #059e40

Analogous Colors of #40059e

#40059e #8d059e #05179e

Monochromatic Colors of #40059e

#40059e

Complementary Color

#40059e #639e05

#40059e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40059e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40059e Color CSS Codes

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

#40059e Text Font Color

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

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


#40059e Background Color

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

This div background color is #40059e


#40059e Border Color

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

This div border color is #40059e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40059e


Comments

No comments written yet.

Please login to write comment.