Color Hex Logo

#404bea Color Hex

#404BEA
(64,75,234)
0 Favorites   0 Comments

Color spaces of #404bea

RGB 6475234
HSL0.660.800.58
HSV236°73°92°
CMYK 0.730.680.00   0.08
XYZ19.481712.062779.1434
Yxy12.06270.17600.1090
Hunter Lab34.731439.3451-110.7938
CIE-Lab41.315647.7536-81.0042

#404bea color RGB value is (64,75,234).

#404bea hex color red value is 64, green value is 75 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #404bea hue: 0.66 , saturation: 0.80 and the lightness value of 404bea is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001011 11101010
Octal 100 113 352
Decimal 64 75 234
Hex 40 4B EA

RGB Percentages of Color #404bea

%17.16
%20.11
%62.73

CMYK Percentages of Color #404bea

%73
%68
%0
%8

Triadic Colors of #404bea

#404bea #ea404b #4bea40

Analogous Colors of #404bea

#404bea #8a40ea #40a0ea

Monochromatic Colors of #404bea

#404bea

Complementary Color

#404bea #eadf40

#404bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#404bea Color CSS Codes

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

#404bea Text Font Color

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

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


#404bea Background Color

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

This div background color is #404bea


#404bea Border Color

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

This div border color is #404bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404bea


Comments

No comments written yet.

Please login to write comment.