Color Hex Logo

#404abe Color Hex

#404ABE
(64,74,190)
0 Favorites   0 Comments

Color spaces of #404abe

RGB 6474190
HSL0.650.500.50
HSV235°66°75°
CMYK 0.660.610.00   0.25
XYZ13.85749.705349.8581
Yxy9.70530.18870.1322
Hunter Lab31.153324.8808-73.0810
CIE-Lab37.308233.3819-62.2434

#404abe color RGB value is (64,74,190).

#404abe hex color red value is 64, green value is 74 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #404abe hue: 0.65 , saturation: 0.50 and the lightness value of 404abe is 0.50.

The process color (four color CMYK) of #404abe color hex is 0.66, 0.61, 0.00, 0.25. Web safe color of #404abe is #3333cc. Color #404abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001010 10111110
Octal 100 112 276
Decimal 64 74 190
Hex 40 4A BE

RGB Percentages of Color #404abe

%19.51
%22.56
%57.93

CMYK Percentages of Color #404abe

%66
%61
%0
%25

Triadic Colors of #404abe

#404abe #be404a #4abe40

Analogous Colors of #404abe

#404abe #7540be #4089be

Monochromatic Colors of #404abe

#404abe

Complementary Color

#404abe #beb440

#404abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#404abe Color CSS Codes

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

#404abe Text Font Color

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

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


#404abe Background Color

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

This div background color is #404abe


#404abe Border Color

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

This div border color is #404abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404abe


Comments

No comments written yet.

Please login to write comment.