Color Hex Logo

#404deb Color Hex

#404DEB
(64,77,235)
0 Favorites   0 Comments

Color spaces of #404deb

RGB 6477235
HSL0.650.810.59
HSV235°73°92°
CMYK 0.730.670.00   0.08
XYZ19.763612.395979.9483
Yxy12.39590.17630.1106
Hunter Lab35.207838.5858-109.9876
CIE-Lab41.838546.9147-80.7102

#404deb color RGB value is (64,77,235).

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

The process color (four color CMYK) of #404deb color hex is 0.73, 0.67, 0.00, 0.08. Web safe color of #404deb is #3366ff. Color #404deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001101 11101011
Octal 100 115 353
Decimal 64 77 235
Hex 40 4D EB

RGB Percentages of Color #404deb

%17.02
%20.48
%62.50

CMYK Percentages of Color #404deb

%73
%67
%0
%8

Triadic Colors of #404deb

#404deb #eb404d #4deb40

Analogous Colors of #404deb

#404deb #8940eb #40a3eb

Monochromatic Colors of #404deb

#404deb

Complementary Color

#404deb #ebde40

#404deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#404deb Color CSS Codes

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

#404deb Text Font Color

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

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


#404deb Background Color

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

This div background color is #404deb


#404deb Border Color

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

This div border color is #404deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404deb


Comments

No comments written yet.

Please login to write comment.