Color Hex Logo

#408bfd Color Hex

#408BFD
(64,139,253)
0 Favorites   0 Comments

Color spaces of #408bfd

RGB 64139253
HSL0.600.980.62
HSV216°75°99°
CMYK 0.750.450.00   0.01
XYZ29.076626.647196.5394
Yxy26.64710.19100.1750
Hunter Lab51.620810.2077-74.7474
CIE-Lab58.646215.1521-63.4368

#408bfd color RGB value is (64,139,253).

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

The process color (four color CMYK) of #408bfd color hex is 0.75, 0.45, 0.00, 0.01. Web safe color of #408bfd is #3399ff. Color #408bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001011 11111101
Octal 100 213 375
Decimal 64 139 253
Hex 40 8B FD

RGB Percentages of Color #408bfd

%14.04
%30.48
%55.48

CMYK Percentages of Color #408bfd

%75
%45
%0
%1

Triadic Colors of #408bfd

#408bfd #fd408b #8bfd40

Analogous Colors of #408bfd

#408bfd #5440fd #40eafd

Monochromatic Colors of #408bfd

#408bfd

Complementary Color

#408bfd #fdb240

#408bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#408bfd Color CSS Codes

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

#408bfd Text Font Color

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

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


#408bfd Background Color

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

This div background color is #408bfd


#408bfd Border Color

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

This div border color is #408bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408bfd


Comments

No comments written yet.

Please login to write comment.