Color Hex Logo

#404dce Color Hex

#404DCE
(64,77,206)
0 Favorites   0 Comments

Color spaces of #404dce

RGB 6477206
HSL0.650.590.53
HSV235°69°81°
CMYK 0.690.630.00   0.19
XYZ15.908810.854059.6491
Yxy10.85400.18410.1256
Hunter Lab32.945428.5403-84.2853
CIE-Lab39.333537.0453-68.2457

#404dce color RGB value is (64,77,206).

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

The process color (four color CMYK) of #404dce color hex is 0.69, 0.63, 0.00, 0.19. Web safe color of #404dce is #3366cc. Color #404dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001101 11001110
Octal 100 115 316
Decimal 64 77 206
Hex 40 4D CE

RGB Percentages of Color #404dce

%18.44
%22.19
%59.37

CMYK Percentages of Color #404dce

%69
%63
%0
%19

Triadic Colors of #404dce

#404dce #ce404d #4dce40

Analogous Colors of #404dce

#404dce #7a40ce #4094ce

Monochromatic Colors of #404dce

#404dce

Complementary Color

#404dce #cec140

#404dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#404dce Color CSS Codes

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

#404dce Text Font Color

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

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


#404dce Background Color

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

This div background color is #404dce


#404dce Border Color

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

This div border color is #404dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404dce


Comments

No comments written yet.

Please login to write comment.