Color Hex Logo

#406fce Color Hex

#406FCE
(64,111,206)
0 Favorites   0 Comments

Color spaces of #406fce

RGB 64111206
HSL0.610.590.53
HSV220°69°81°
CMYK 0.690.460.00   0.19
XYZ18.939416.915160.6592
Yxy16.91510.19620.1753
Hunter Lab41.128010.2252-58.6566
CIE-Lab48.152915.5214-53.9584

#406fce color RGB value is (64,111,206).

#406fce hex color red value is 64, green value is 111 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #406fce hue: 0.61 , saturation: 0.59 and the lightness value of 406fce is 0.53.

The process color (four color CMYK) of #406fce color hex is 0.69, 0.46, 0.00, 0.19. Web safe color of #406fce is #3366cc. Color #406fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101111 11001110
Octal 100 157 316
Decimal 64 111 206
Hex 40 6F CE

RGB Percentages of Color #406fce

%16.80
%29.13
%54.07

CMYK Percentages of Color #406fce

%69
%46
%0
%19

Triadic Colors of #406fce

#406fce #ce406f #6fce40

Analogous Colors of #406fce

#406fce #5840ce #40b6ce

Monochromatic Colors of #406fce

#406fce

Complementary Color

#406fce #ce9f40

#406fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#406fce Color CSS Codes

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

#406fce Text Font Color

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

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


#406fce Background Color

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

This div background color is #406fce


#406fce Border Color

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

This div border color is #406fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406fce


Comments

No comments written yet.

Please login to write comment.