Color Hex Logo

#414c8e Color Hex

#414C8E
(65,76,142)
0 Favorites   0 Comments

Color spaces of #414c8e

RGB 6576142
HSL0.640.370.41
HSV231°54°56°
CMYK 0.540.460.00   0.44
XYZ9.64698.245726.6743
Yxy8.24570.21650.1850
Hunter Lab28.71539.7152-34.9751
CIE-Lab34.489415.6042-38.0926

#414c8e color RGB value is (65,76,142).

#414c8e hex color red value is 65, green value is 76 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #414c8e hue: 0.64 , saturation: 0.37 and the lightness value of 414c8e is 0.41.

The process color (four color CMYK) of #414c8e color hex is 0.54, 0.46, 0.00, 0.44. Web safe color of #414c8e is #333399. Color #414c8e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001100 10001110
Octal 101 114 216
Decimal 65 76 142
Hex 41 4C 8E

RGB Percentages of Color #414c8e

%22.97
%26.86
%50.18

CMYK Percentages of Color #414c8e

%54
%46
%0
%44

Triadic Colors of #414c8e

#414c8e #8e414c #4c8e41

Analogous Colors of #414c8e

#414c8e #5d418e #41738e

Monochromatic Colors of #414c8e

#414c8e

Complementary Color

#414c8e #8e8341

#414c8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414c8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#414c8e Color CSS Codes

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

#414c8e Text Font Color

<p style="color:#414c8e">Text here</p>

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


#414c8e Background Color

<div style="background-color:#414c8e">
Div content here</div>

This div background color is #414c8e


#414c8e Border Color

<div style="border:3px solid #414c8e">
Div here</div>

This div border color is #414c8e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,76,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #414c8e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #414c8e;
  -webkit-box-shadow: 1px 1px 3px 2px #414c8e;
  box-shadow:         1px 1px 3px 2px #414c8e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414c8e


Comments

No comments written yet.

Please login to write comment.