Color Hex Logo

#405eec Color Hex

#405EEC
(64,94,236)
0 Favorites   0 Comments

Color spaces of #405eec

RGB 6494236
HSL0.640.820.59
HSV230°73°93°
CMYK 0.730.600.00   0.07
XYZ21.257415.151581.1610
Yxy15.15150.18080.1289
Hunter Lab38.924929.3625-96.3760
CIE-Lab45.841036.9453-74.7171

#405eec color RGB value is (64,94,236).

#405eec hex color red value is 64, green value is 94 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #405eec hue: 0.64 , saturation: 0.82 and the lightness value of 405eec is 0.59.

The process color (four color CMYK) of #405eec color hex is 0.73, 0.60, 0.00, 0.07. Web safe color of #405eec is #3366ff. Color #405eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01011110 11101100
Octal 100 136 354
Decimal 64 94 236
Hex 40 5E EC

RGB Percentages of Color #405eec

%16.24
%23.86
%59.90

CMYK Percentages of Color #405eec

%73
%60
%0
%7

Triadic Colors of #405eec

#405eec #ec405e #5eec40

Analogous Colors of #405eec

#405eec #7840ec #40b4ec

Monochromatic Colors of #405eec

#405eec

Complementary Color

#405eec #ecce40

#405eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#405eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#405eec Color CSS Codes

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

#405eec Text Font Color

<p style="color:#405eec">Text here</p>

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


#405eec Background Color

<div style="background-color:#405eec">
Div content here</div>

This div background color is #405eec


#405eec Border Color

<div style="border:3px solid #405eec">
Div here</div>

This div border color is #405eec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,94,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #405eec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #405eec;
  -webkit-box-shadow: 1px 1px 3px 2px #405eec;
  box-shadow:         1px 1px 3px 2px #405eec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #405eec


Comments

No comments written yet.

Please login to write comment.