Color Hex Logo

#406bee Color Hex

#406BEE
(64,107,238)
0 Favorites   0 Comments

Color spaces of #406bee

RGB 64107238
HSL0.630.840.59
HSV225°73°93°
CMYK 0.730.550.00   0.07
XYZ22.804717.778483.1186
Yxy17.77840.18440.1437
Hunter Lab42.164422.7542-87.3630
CIE-Lab49.226229.5459-70.3269

#406bee color RGB value is (64,107,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101011 11101110
Octal 100 153 356
Decimal 64 107 238
Hex 40 6B EE

RGB Percentages of Color #406bee

%15.65
%26.16
%58.19

CMYK Percentages of Color #406bee

%73
%55
%0
%7

Triadic Colors of #406bee

#406bee #ee406b #6bee40

Analogous Colors of #406bee

#406bee #6c40ee #40c2ee

Monochromatic Colors of #406bee

#406bee

Complementary Color

#406bee #eec340

#406bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#406bee Color CSS Codes

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

#406bee Text Font Color

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

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


#406bee Background Color

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

This div background color is #406bee


#406bee Border Color

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

This div border color is #406bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406bee


Comments

No comments written yet.

Please login to write comment.