Color Hex Logo

#408fce Color Hex

#408FCE
(64,143,206)
0 Favorites   0 Comments

Color spaces of #408fce

RGB 64143206
HSL0.570.590.53
HSV207°69°81°
CMYK 0.690.310.00   0.19
XYZ23.077425.191162.0386
Yxy25.19110.20920.2284
Hunter Lab50.1907-5.7606-38.1523
CIE-Lab57.2611-3.8539-39.4926

#408fce color RGB value is (64,143,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001111 11001110
Octal 100 217 316
Decimal 64 143 206
Hex 40 8F CE

RGB Percentages of Color #408fce

%15.50
%34.62
%49.88

CMYK Percentages of Color #408fce

%69
%31
%0
%19

Triadic Colors of #408fce

#408fce #ce408f #8fce40

Analogous Colors of #408fce

#408fce #4048ce #40cec6

Monochromatic Colors of #408fce

#408fce

Complementary Color

#408fce #ce7f40

#408fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#408fce Color CSS Codes

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

#408fce Text Font Color

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

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


#408fce Background Color

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

This div background color is #408fce


#408fce Border Color

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

This div border color is #408fce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,143,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 #408fce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408fce


Comments

No comments written yet.

Please login to write comment.