Color Hex Logo

#404089 Color Hex

#404089
(64,64,137)
0 Favorites   0 Comments

Color spaces of #404089

RGB 6464137
HSL0.670.360.39
HSV240°53°54°
CMYK 0.530.530.00   0.46
XYZ8.46316.562924.4876
Yxy6.56290.21420.1661
Hunter Lab25.618214.1367-38.7408
CIE-Lab30.790421.5890-40.9526

#404089 color RGB value is (64,64,137).

#404089 hex color red value is 64, green value is 64 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #404089 hue: 0.67 , saturation: 0.36 and the lightness value of 404089 is 0.39.

The process color (four color CMYK) of #404089 color hex is 0.53, 0.53, 0.00, 0.46. Web safe color of #404089 is #333399. Color #404089 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000000 10001001
Octal 100 100 211
Decimal 64 64 137
Hex 40 40 89

RGB Percentages of Color #404089

%24.15
%24.15
%51.70

CMYK Percentages of Color #404089

%53
%53
%0
%46

Triadic Colors of #404089

#404089 #894040 #408940

Analogous Colors of #404089

#404089 #654089 #406589

Monochromatic Colors of #404089

#404089

Complementary Color

#404089 #898940

#404089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404089 Color CSS Codes

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

#404089 Text Font Color

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

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


#404089 Background Color

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

This div background color is #404089


#404089 Border Color

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

This div border color is #404089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404089


Comments

No comments written yet.

Please login to write comment.