Color Hex Logo

#404feb Color Hex

#404FEB
(64,79,235)
0 Favorites   0 Comments

Color spaces of #404feb

RGB 6479235
HSL0.650.810.59
HSV235°73°92°
CMYK 0.730.660.00   0.08
XYZ19.905712.680179.9956
Yxy12.68010.17680.1126
Hunter Lab35.609137.4665-108.2681
CIE-Lab42.277245.7321-79.9894

#404feb color RGB value is (64,79,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001111 11101011
Octal 100 117 353
Decimal 64 79 235
Hex 40 4F EB

RGB Percentages of Color #404feb

%16.93
%20.90
%62.17

CMYK Percentages of Color #404feb

%73
%66
%0
%8

Triadic Colors of #404feb

#404feb #eb404f #4feb40

Analogous Colors of #404feb

#404feb #8740eb #40a5eb

Monochromatic Colors of #404feb

#404feb

Complementary Color

#404feb #ebdc40

#404feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#404feb Color CSS Codes

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

#404feb Text Font Color

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

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


#404feb Background Color

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

This div background color is #404feb


#404feb Border Color

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

This div border color is #404feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,79,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 #404feb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404feb


Comments

No comments written yet.

Please login to write comment.