Color Hex Logo

#40415f Color Hex

#40415F
(64,65,95)
0 Favorites   0 Comments

Color spaces of #40415f

RGB 646595
HSL0.660.190.31
HSV238°33°37°
CMYK 0.330.320.00   0.63
XYZ6.07025.696811.6061
Yxy5.69680.25970.2437
Hunter Lab23.86803.6279-12.1229
CIE-Lab28.63437.4705-17.8729

#40415f color RGB value is (64,65,95).

#40415f hex color red value is 64, green value is 65 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #40415f hue: 0.66 , saturation: 0.19 and the lightness value of 40415f is 0.31.

The process color (four color CMYK) of #40415f color hex is 0.33, 0.32, 0.00, 0.63. Web safe color of #40415f is #333366. Color #40415f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000001 01011111
Octal 100 101 137
Decimal 64 65 95
Hex 40 41 5F

RGB Percentages of Color #40415f

%28.57
%29.02
%42.41

CMYK Percentages of Color #40415f

%33
%32
%0
%63

Triadic Colors of #40415f

#40415f #5f4041 #415f40

Analogous Colors of #40415f

#40415f #4f405f #40515f

Monochromatic Colors of #40415f

#40415f

Complementary Color

#40415f #5f5e40

#40415f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40415f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40415f Color CSS Codes

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

#40415f Text Font Color

<p style="color:#40415f">Text here</p>

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


#40415f Background Color

<div style="background-color:#40415f">
Div content here</div>

This div background color is #40415f


#40415f Border Color

<div style="border:3px solid #40415f">
Div here</div>

This div border color is #40415f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,65,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40415f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40415f;
  -webkit-box-shadow: 1px 1px 3px 2px #40415f;
  box-shadow:         1px 1px 3px 2px #40415f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40415f


Comments

No comments written yet.

Please login to write comment.