Color Hex Logo

#404fd0 Color Hex

#404FD0
(64,79,208)
0 Favorites   0 Comments

Color spaces of #404fd0

RGB 6479208
HSL0.650.610.53
HSV234°69°82°
CMYK 0.690.620.00   0.18
XYZ16.295511.236060.9844
Yxy11.23600.18410.1269
Hunter Lab33.520128.1158-84.4043
CIE-Lab39.975136.4943-68.3515

#404fd0 color RGB value is (64,79,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001111 11010000
Octal 100 117 320
Decimal 64 79 208
Hex 40 4F D0

RGB Percentages of Color #404fd0

%18.23
%22.51
%59.26

CMYK Percentages of Color #404fd0

%69
%62
%0
%18

Triadic Colors of #404fd0

#404fd0 #d0404f #4fd040

Analogous Colors of #404fd0

#404fd0 #7940d0 #4097d0

Monochromatic Colors of #404fd0

#404fd0

Complementary Color

#404fd0 #d0c140

#404fd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404fd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404fd0 Color CSS Codes

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

#404fd0 Text Font Color

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

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


#404fd0 Background Color

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

This div background color is #404fd0


#404fd0 Border Color

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

This div border color is #404fd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404fd0


Comments

No comments written yet.

Please login to write comment.