Color Hex Logo

#404cfd Color Hex

#404CFD
(64,76,253)
0 Favorites   0 Comments

Color spaces of #404cfd

RGB 6476253
HSL0.660.980.62
HSV236°75°99°
CMYK 0.750.700.00   0.01
XYZ22.428413.350794.3233
Yxy13.35070.17240.1026
Hunter Lab36.538645.6256-127.4783
CIE-Lab43.287053.4276-88.4367

#404cfd color RGB value is (64,76,253).

#404cfd hex color red value is 64, green value is 76 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #404cfd hue: 0.66 , saturation: 0.98 and the lightness value of 404cfd is 0.62.

The process color (four color CMYK) of #404cfd color hex is 0.75, 0.70, 0.00, 0.01. Web safe color of #404cfd is #3333ff. Color #404cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001100 11111101
Octal 100 114 375
Decimal 64 76 253
Hex 40 4C FD

RGB Percentages of Color #404cfd

%16.28
%19.34
%64.38

CMYK Percentages of Color #404cfd

%75
%70
%0
%1

Triadic Colors of #404cfd

#404cfd #fd404c #4cfd40

Analogous Colors of #404cfd

#404cfd #9340fd #40abfd

Monochromatic Colors of #404cfd

#404cfd

Complementary Color

#404cfd #fdf140

#404cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#404cfd Color CSS Codes

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

#404cfd Text Font Color

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

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


#404cfd Background Color

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

This div background color is #404cfd


#404cfd Border Color

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

This div border color is #404cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404cfd


Comments

No comments written yet.

Please login to write comment.