Color Hex Logo

#404257 Color Hex

#404257
(64,66,87)
0 Favorites   0 Comments

Color spaces of #404257

RGB 646687
HSL0.650.150.30
HSV235°26°34°
CMYK 0.260.240.00   0.66
XYZ5.78295.67459.8073
Yxy5.67450.27190.2669
Hunter Lab23.82121.6460-7.7351
CIE-Lab28.57594.5177-12.7969

#404257 color RGB value is (64,66,87).

#404257 hex color red value is 64, green value is 66 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #404257 hue: 0.65 , saturation: 0.15 and the lightness value of 404257 is 0.30.

The process color (four color CMYK) of #404257 color hex is 0.26, 0.24, 0.00, 0.66. Web safe color of #404257 is #333366. Color #404257 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000010 01010111
Octal 100 102 127
Decimal 64 66 87
Hex 40 42 57

RGB Percentages of Color #404257

%29.49
%30.41
%40.09

CMYK Percentages of Color #404257

%26
%24
%0
%66

Triadic Colors of #404257

#404257 #574042 #425740

Analogous Colors of #404257

#404257 #4a4057 #404e57

Monochromatic Colors of #404257

#404257

Complementary Color

#404257 #575540

#404257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404257 Color CSS Codes

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

#404257 Text Font Color

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

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


#404257 Background Color

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

This div background color is #404257


#404257 Border Color

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

This div border color is #404257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404257


Comments

No comments written yet.

Please login to write comment.