Color Hex Logo

#404088 Color Hex

#404088
(64,64,136)
0 Favorites   0 Comments

Color spaces of #404088

RGB 6464136
HSL0.670.360.39
HSV240°53°53°
CMYK 0.530.530.00   0.47
XYZ8.39176.534424.1115
Yxy6.53440.21500.1674
Hunter Lab25.562513.8640-38.0309
CIE-Lab30.722621.2517-40.4437

#404088 color RGB value is (64,64,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000000 10001000
Octal 100 100 210
Decimal 64 64 136
Hex 40 40 88

RGB Percentages of Color #404088

%24.24
%24.24
%51.52

CMYK Percentages of Color #404088

%53
%53
%0
%47

Triadic Colors of #404088

#404088 #884040 #408840

Analogous Colors of #404088

#404088 #644088 #406488

Monochromatic Colors of #404088

#404088

Complementary Color

#404088 #888840

#404088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404088 Color CSS Codes

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

#404088 Text Font Color

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

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


#404088 Background Color

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

This div background color is #404088


#404088 Border Color

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

This div border color is #404088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404088


Comments

No comments written yet.

Please login to write comment.