Color Hex Logo

#406cea Color Hex

#406CEA
(64,108,234)
0 Favorites   0 Comments

Color spaces of #406cea

RGB 64108234
HSL0.620.800.58
HSV224°73°92°
CMYK 0.730.540.00   0.08
XYZ22.328217.755680.0923
Yxy17.75560.18580.1477
Hunter Lab42.137420.8450-83.1988
CIE-Lab49.198327.4869-68.1291

#406cea color RGB value is (64,108,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101100 11101010
Octal 100 154 352
Decimal 64 108 234
Hex 40 6C EA

RGB Percentages of Color #406cea

%15.76
%26.60
%57.64

CMYK Percentages of Color #406cea

%73
%54
%0
%8

Triadic Colors of #406cea

#406cea #ea406c #6cea40

Analogous Colors of #406cea

#406cea #6940ea #40c1ea

Monochromatic Colors of #406cea

#406cea

Complementary Color

#406cea #eabe40

#406cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#406cea Color CSS Codes

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

#406cea Text Font Color

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

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


#406cea Background Color

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

This div background color is #406cea


#406cea Border Color

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

This div border color is #406cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406cea


Comments

No comments written yet.

Please login to write comment.