Color Hex Logo

#408fad Color Hex

#408FAD
(64,143,173)
0 Favorites   0 Comments

Color spaces of #408fad

RGB 64143173
HSL0.550.460.46
HSV197°63°68°
CMYK 0.630.170.00   0.32
XYZ19.479623.752043.0931
Yxy23.75200.22570.2751
Hunter Lab48.7360-13.9423-18.3099
CIE-Lab55.8386-14.8562-22.9808

#408fad color RGB value is (64,143,173).

#408fad hex color red value is 64, green value is 143 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #408fad hue: 0.55 , saturation: 0.46 and the lightness value of 408fad is 0.46.

The process color (four color CMYK) of #408fad color hex is 0.63, 0.17, 0.00, 0.32. Web safe color of #408fad is #339999. Color #408fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001111 10101101
Octal 100 217 255
Decimal 64 143 173
Hex 40 8F AD

RGB Percentages of Color #408fad

%16.84
%37.63
%45.53

CMYK Percentages of Color #408fad

%63
%17
%0
%32

Triadic Colors of #408fad

#408fad #ad408f #8fad40

Analogous Colors of #408fad

#408fad #4059ad #40ad95

Monochromatic Colors of #408fad

#408fad

Complementary Color

#408fad #ad5e40

#408fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#408fad Color CSS Codes

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

#408fad Text Font Color

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

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


#408fad Background Color

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

This div background color is #408fad


#408fad Border Color

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

This div border color is #408fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408fad


Comments

No comments written yet.

Please login to write comment.