Color Hex Logo

#404854 Color Hex

#404854
(64,72,84)
0 Favorites   0 Comments

Color spaces of #404854

RGB 647284
HSL0.600.140.29
HSV216°24°33°
CMYK 0.240.140.00   0.67
XYZ6.03206.36489.2981
Yxy6.36480.27800.2934
Hunter Lab25.2286-1.4717-4.1916
CIE-Lab30.3148-0.1933-8.2196

#404854 color RGB value is (64,72,84).

#404854 hex color red value is 64, green value is 72 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #404854 hue: 0.60 , saturation: 0.14 and the lightness value of 404854 is 0.29.

The process color (four color CMYK) of #404854 color hex is 0.24, 0.14, 0.00, 0.67. Web safe color of #404854 is #333366. Color #404854 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001000 01010100
Octal 100 110 124
Decimal 64 72 84
Hex 40 48 54

RGB Percentages of Color #404854

%29.09
%32.73
%38.18

CMYK Percentages of Color #404854

%24
%14
%0
%67

Triadic Colors of #404854

#404854 #544048 #485440

Analogous Colors of #404854

#404854 #424054 #405254

Monochromatic Colors of #404854

#404854

Complementary Color

#404854 #544c40

#404854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404854 Color CSS Codes

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

#404854 Text Font Color

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

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


#404854 Background Color

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

This div background color is #404854


#404854 Border Color

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

This div border color is #404854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404854


Comments

No comments written yet.

Please login to write comment.