Color Hex Logo

#408fe5 Color Hex

#408FE5
(64,143,229)
0 Favorites   0 Comments

Color spaces of #408fe5

RGB 64143229
HSL0.590.760.57
HSV211°72°90°
CMYK 0.720.380.00   0.10
XYZ26.079726.392177.8484
Yxy26.39210.20010.2025
Hunter Lab51.37320.7126-53.8838
CIE-Lab58.40744.1848-50.5495

#408fe5 color RGB value is (64,143,229).

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

The process color (four color CMYK) of #408fe5 color hex is 0.72, 0.38, 0.00, 0.10. Web safe color of #408fe5 is #3399cc. Color #408fe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001111 11100101
Octal 100 217 345
Decimal 64 143 229
Hex 40 8F E5

RGB Percentages of Color #408fe5

%14.68
%32.80
%52.52

CMYK Percentages of Color #408fe5

%72
%38
%0
%10

Triadic Colors of #408fe5

#408fe5 #e5408f #8fe540

Analogous Colors of #408fe5

#408fe5 #4440e5 #40e2e5

Monochromatic Colors of #408fe5

#408fe5

Complementary Color

#408fe5 #e59640

#408fe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408fe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#408fe5 Color CSS Codes

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

#408fe5 Text Font Color

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

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


#408fe5 Background Color

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

This div background color is #408fe5


#408fe5 Border Color

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

This div border color is #408fe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408fe5


Comments

No comments written yet.

Please login to write comment.