Color Hex Logo

#406afb Color Hex

#406AFB
(64,106,251)
0 Favorites   0 Comments

Color spaces of #406afb

RGB 64106251
HSL0.630.960.62
HSV227°75°98°
CMYK 0.750.580.00   0.02
XYZ24.681018.363193.5104
Yxy18.36310.18070.1345
Hunter Lab42.852227.8169-99.3838
CIE-Lab49.933634.7943-76.4278

#406afb color RGB value is (64,106,251).

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

The process color (four color CMYK) of #406afb color hex is 0.75, 0.58, 0.00, 0.02. Web safe color of #406afb is #3366ff. Color #406afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101010 11111011
Octal 100 152 373
Decimal 64 106 251
Hex 40 6A FB

RGB Percentages of Color #406afb

%15.20
%25.18
%59.62

CMYK Percentages of Color #406afb

%75
%58
%0
%2

Triadic Colors of #406afb

#406afb #fb406a #6afb40

Analogous Colors of #406afb

#406afb #7440fb #40c8fb

Monochromatic Colors of #406afb

#406afb

Complementary Color

#406afb #fbd140

#406afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#406afb Color CSS Codes

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

#406afb Text Font Color

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

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


#406afb Background Color

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

This div background color is #406afb


#406afb Border Color

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

This div border color is #406afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406afb


Comments

No comments written yet.

Please login to write comment.