Color Hex Logo

#404855 Color Hex

#404855
(64,72,85)
0 Favorites   0 Comments

Color spaces of #404855

RGB 647285
HSL0.600.140.29
HSV217°25°33°
CMYK 0.250.150.00   0.67
XYZ6.07146.38069.5059
Yxy6.38060.27650.2906
Hunter Lab25.2598-1.3009-4.6304
CIE-Lab30.35310.0750-8.8049

#404855 color RGB value is (64,72,85).

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

The process color (four color CMYK) of #404855 color hex is 0.25, 0.15, 0.00, 0.67. Web safe color of #404855 is #333366. Color #404855 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001000 01010101
Octal 100 110 125
Decimal 64 72 85
Hex 40 48 55

RGB Percentages of Color #404855

%28.96
%32.58
%38.46

CMYK Percentages of Color #404855

%25
%15
%0
%67

Triadic Colors of #404855

#404855 #554048 #485540

Analogous Colors of #404855

#404855 #434055 #405355

Monochromatic Colors of #404855

#404855

Complementary Color

#404855 #554d40

#404855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404855 Color CSS Codes

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

#404855 Text Font Color

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

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


#404855 Background Color

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

This div background color is #404855


#404855 Border Color

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

This div border color is #404855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404855


Comments

No comments written yet.

Please login to write comment.