Color Hex Logo

#404ddc Color Hex

#404DDC
(64,77,220)
0 Favorites   0 Comments

Color spaces of #404ddc

RGB 6477220
HSL0.650.690.56
HSV235°71°86°
CMYK 0.710.650.00   0.14
XYZ17.686511.565169.0102
Yxy11.56510.18000.1177
Hunter Lab34.007533.3205-96.5098
CIE-Lab40.516441.8500-74.3545

#404ddc color RGB value is (64,77,220).

#404ddc hex color red value is 64, green value is 77 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #404ddc hue: 0.65 , saturation: 0.69 and the lightness value of 404ddc is 0.56.

The process color (four color CMYK) of #404ddc color hex is 0.71, 0.65, 0.00, 0.14. Web safe color of #404ddc is #3366cc. Color #404ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001101 11011100
Octal 100 115 334
Decimal 64 77 220
Hex 40 4D DC

RGB Percentages of Color #404ddc

%17.73
%21.33
%60.94

CMYK Percentages of Color #404ddc

%71
%65
%0
%14

Triadic Colors of #404ddc

#404ddc #dc404d #4ddc40

Analogous Colors of #404ddc

#404ddc #8140dc #409bdc

Monochromatic Colors of #404ddc

#404ddc

Complementary Color

#404ddc #dccf40

#404ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#404ddc Color CSS Codes

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

#404ddc Text Font Color

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

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


#404ddc Background Color

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

This div background color is #404ddc


#404ddc Border Color

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

This div border color is #404ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404ddc


Comments

No comments written yet.

Please login to write comment.