Color Hex Logo

#406ecf Color Hex

#406ECF
(64,110,207)
0 Favorites   0 Comments

Color spaces of #406ecf

RGB 64110207
HSL0.610.600.53
HSV221°69°81°
CMYK 0.690.470.00   0.19
XYZ18.952816.746861.2650
Yxy16.74680.19550.1727
Hunter Lab40.922911.0546-60.1162
CIE-Lab47.939416.5104-54.8725

#406ecf color RGB value is (64,110,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101110 11001111
Octal 100 156 317
Decimal 64 110 207
Hex 40 6E CF

RGB Percentages of Color #406ecf

%16.80
%28.87
%54.33

CMYK Percentages of Color #406ecf

%69
%47
%0
%19

Triadic Colors of #406ecf

#406ecf #cf406e #6ecf40

Analogous Colors of #406ecf

#406ecf #5940cf #40b6cf

Monochromatic Colors of #406ecf

#406ecf

Complementary Color

#406ecf #cfa140

#406ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#406ecf Color CSS Codes

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

#406ecf Text Font Color

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

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


#406ecf Background Color

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

This div background color is #406ecf


#406ecf Border Color

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

This div border color is #406ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406ecf


Comments

No comments written yet.

Please login to write comment.