Color Hex Logo

#404cff Color Hex

#404CFF
(64,76,255)
0 Favorites   0 Comments

Color spaces of #404cff

RGB 6476255
HSL0.661.000.63
HSV236°75°100°
CMYK 0.750.700.00   0.00
XYZ22.748813.478996.0104
Yxy13.47890.17200.1019
Hunter Lab36.713646.3548-129.3507
CIE-Lab43.476154.0766-89.2406

#404cff color RGB value is (64,76,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001100 11111111
Octal 100 114 377
Decimal 64 76 255
Hex 40 4C FF

RGB Percentages of Color #404cff

%16.20
%19.24
%64.56

CMYK Percentages of Color #404cff

%75
%70
%0
%0

Triadic Colors of #404cff

#404cff #ff404c #4cff40

Analogous Colors of #404cff

#404cff #9440ff #40acff

Monochromatic Colors of #404cff

#404cff

Complementary Color

#404cff #fff340

#404cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#404cff Color CSS Codes

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

#404cff Text Font Color

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

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


#404cff Background Color

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

This div background color is #404cff


#404cff Border Color

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

This div border color is #404cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404cff


Comments

No comments written yet.

Please login to write comment.