Color Hex Logo

#406aec Color Hex

#406AEC
(64,106,236)
0 Favorites   0 Comments

Color spaces of #406aec

RGB 64106236
HSL0.630.820.59
HSV225°73°93°
CMYK 0.730.550.00   0.07
XYZ22.408717.454281.5448
Yxy17.45420.18460.1438
Hunter Lab41.778222.6306-86.4804
CIE-Lab48.827329.4564-69.8537

#406aec color RGB value is (64,106,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101010 11101100
Octal 100 152 354
Decimal 64 106 236
Hex 40 6A EC

RGB Percentages of Color #406aec

%15.76
%26.11
%58.13

CMYK Percentages of Color #406aec

%73
%55
%0
%7

Triadic Colors of #406aec

#406aec #ec406a #6aec40

Analogous Colors of #406aec

#406aec #6c40ec #40c0ec

Monochromatic Colors of #406aec

#406aec

Complementary Color

#406aec #ecc240

#406aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#406aec Color CSS Codes

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

#406aec Text Font Color

<p style="color:#406aec">Text here</p>

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


#406aec Background Color

<div style="background-color:#406aec">
Div content here</div>

This div background color is #406aec


#406aec Border Color

<div style="border:3px solid #406aec">
Div here</div>

This div border color is #406aec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,106,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 #406aec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406aec


Comments

No comments written yet.

Please login to write comment.