Color Hex Logo

#414094 Color Hex

#414094
(65,64,148)
0 Favorites   0 Comments

Color spaces of #414094

RGB 6564148
HSL0.670.400.42
HSV241°57°58°
CMYK 0.560.570.00   0.42
XYZ9.35876.928728.8611
Yxy6.92870.20730.1535
Hunter Lab26.322417.3998-46.5825
CIE-Lab31.644025.5228-46.3288

#414094 color RGB value is (65,64,148).

#414094 hex color red value is 65, green value is 64 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #414094 hue: 0.67 , saturation: 0.40 and the lightness value of 414094 is 0.42.

The process color (four color CMYK) of #414094 color hex is 0.56, 0.57, 0.00, 0.42. Web safe color of #414094 is #333399. Color #414094 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000000 10010100
Octal 101 100 224
Decimal 65 64 148
Hex 41 40 94

RGB Percentages of Color #414094

%23.47
%23.10
%53.43

CMYK Percentages of Color #414094

%56
%57
%0
%42

Triadic Colors of #414094

#414094 #944140 #409441

Analogous Colors of #414094

#414094 #6b4094 #406994

Monochromatic Colors of #414094

#414094

Complementary Color

#414094 #939440

#414094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414094 Color CSS Codes

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

#414094 Text Font Color

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

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


#414094 Background Color

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

This div background color is #414094


#414094 Border Color

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

This div border color is #414094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414094


Comments

No comments written yet.

Please login to write comment.