Color Hex Logo

#408fab Color Hex

#408FAB
(64,143,171)
0 Favorites   0 Comments

Color spaces of #408fab

RGB 64143171
HSL0.540.460.46
HSV196°63°67°
CMYK 0.630.160.00   0.33
XYZ19.287523.675242.0813
Yxy23.67520.22680.2784
Hunter Lab48.6572-14.3934-17.2171
CIE-Lab55.7611-15.4944-21.9561

#408fab color RGB value is (64,143,171).

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

The process color (four color CMYK) of #408fab color hex is 0.63, 0.16, 0.00, 0.33. Web safe color of #408fab is #339999. Color #408fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001111 10101011
Octal 100 217 253
Decimal 64 143 171
Hex 40 8F AB

RGB Percentages of Color #408fab

%16.93
%37.83
%45.24

CMYK Percentages of Color #408fab

%63
%16
%0
%33

Triadic Colors of #408fab

#408fab #ab408f #8fab40

Analogous Colors of #408fab

#408fab #4059ab #40ab92

Monochromatic Colors of #408fab

#408fab

Complementary Color

#408fab #ab5c40

#408fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#408fab Color CSS Codes

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

#408fab Text Font Color

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

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


#408fab Background Color

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

This div background color is #408fab


#408fab Border Color

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

This div border color is #408fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408fab


Comments

No comments written yet.

Please login to write comment.