Color Hex Logo

#408cfa Color Hex

#408CFA
(64,140,250)
0 Favorites   0 Comments

Color spaces of #408cfa

RGB 64140250
HSL0.600.950.62
HSV215°74°98°
CMYK 0.740.440.00   0.02
XYZ28.747826.748394.0902
Yxy26.74830.19220.1788
Hunter Lab51.71888.7111-71.6612
CIE-Lab58.740613.4706-61.6353

#408cfa color RGB value is (64,140,250).

#408cfa hex color red value is 64, green value is 140 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #408cfa hue: 0.60 , saturation: 0.95 and the lightness value of 408cfa is 0.62.

The process color (four color CMYK) of #408cfa color hex is 0.74, 0.44, 0.00, 0.02. Web safe color of #408cfa is #3399ff. Color #408cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001100 11111010
Octal 100 214 372
Decimal 64 140 250
Hex 40 8C FA

RGB Percentages of Color #408cfa

%14.10
%30.84
%55.07

CMYK Percentages of Color #408cfa

%74
%44
%0
%2

Triadic Colors of #408cfa

#408cfa #fa408c #8cfa40

Analogous Colors of #408cfa

#408cfa #5140fa #40e9fa

Monochromatic Colors of #408cfa

#408cfa

Complementary Color

#408cfa #faae40

#408cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#408cfa Color CSS Codes

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

#408cfa Text Font Color

<p style="color:#408cfa">Text here</p>

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


#408cfa Background Color

<div style="background-color:#408cfa">
Div content here</div>

This div background color is #408cfa


#408cfa Border Color

<div style="border:3px solid #408cfa">
Div here</div>

This div border color is #408cfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,140,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #408cfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #408cfa;
  -webkit-box-shadow: 1px 1px 3px 2px #408cfa;
  box-shadow:         1px 1px 3px 2px #408cfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408cfa


Comments

No comments written yet.

Please login to write comment.