Color Hex Logo

#404ddd Color Hex

#404DDD
(64,77,221)
0 Favorites   0 Comments

Color spaces of #404ddd

RGB 6477221
HSL0.650.700.56
HSV235°71°87°
CMYK 0.710.650.00   0.13
XYZ17.819411.618269.7100
Yxy11.61820.17970.1172
Hunter Lab34.085533.6676-97.3972
CIE-Lab40.602842.1909-74.7843

#404ddd color RGB value is (64,77,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001101 11011101
Octal 100 115 335
Decimal 64 77 221
Hex 40 4D DD

RGB Percentages of Color #404ddd

%17.68
%21.27
%61.05

CMYK Percentages of Color #404ddd

%71
%65
%0
%13

Triadic Colors of #404ddd

#404ddd #dd404d #4ddd40

Analogous Colors of #404ddd

#404ddd #8240dd #409cdd

Monochromatic Colors of #404ddd

#404ddd

Complementary Color

#404ddd #ddd040

#404ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#404ddd Color CSS Codes

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

#404ddd Text Font Color

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

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


#404ddd Background Color

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

This div background color is #404ddd


#404ddd Border Color

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

This div border color is #404ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404ddd


Comments

No comments written yet.

Please login to write comment.