Color Hex Logo

#40417f Color Hex

#40417F
(64,65,127)
0 Favorites   0 Comments

Color spaces of #40417f

RGB 6465127
HSL0.660.330.37
HSV239°50°50°
CMYK 0.500.490.00   0.50
XYZ7.83546.402920.9016
Yxy6.40290.22300.1822
Hunter Lab25.304010.9908-31.2620
CIE-Lab30.407017.5792-35.3606

#40417f color RGB value is (64,65,127).

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

The process color (four color CMYK) of #40417f color hex is 0.50, 0.49, 0.00, 0.50. Web safe color of #40417f is #333366. Color #40417f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000001 01111111
Octal 100 101 177
Decimal 64 65 127
Hex 40 41 7F

RGB Percentages of Color #40417f

%25.00
%25.39
%49.61

CMYK Percentages of Color #40417f

%50
%49
%0
%50

Triadic Colors of #40417f

#40417f #7f4041 #417f40

Analogous Colors of #40417f

#40417f #5f407f #40617f

Monochromatic Colors of #40417f

#40417f

Complementary Color

#40417f #7f7e40

#40417f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40417f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40417f Color CSS Codes

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

#40417f Text Font Color

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

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


#40417f Background Color

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

This div background color is #40417f


#40417f Border Color

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

This div border color is #40417f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40417f


Comments

No comments written yet.

Please login to write comment.