Color Hex Logo

#408dad Color Hex

#408DAD
(64,141,173)
0 Favorites   0 Comments

Color spaces of #408dad

RGB 64141173
HSL0.550.460.46
HSV198°63°68°
CMYK 0.630.180.00   0.32
XYZ19.182123.156942.9939
Yxy23.15690.22480.2714
Hunter Lab48.1216-13.0597-19.2871
CIE-Lab55.2336-13.7567-23.9112

#408dad color RGB value is (64,141,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001101 10101101
Octal 100 215 255
Decimal 64 141 173
Hex 40 8D AD

RGB Percentages of Color #408dad

%16.93
%37.30
%45.77

CMYK Percentages of Color #408dad

%63
%18
%0
%32

Triadic Colors of #408dad

#408dad #ad408d #8dad40

Analogous Colors of #408dad

#408dad #4057ad #40ad97

Monochromatic Colors of #408dad

#408dad

Complementary Color

#408dad #ad6040

#408dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#408dad Color CSS Codes

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

#408dad Text Font Color

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

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


#408dad Background Color

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

This div background color is #408dad


#408dad Border Color

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

This div border color is #408dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408dad


Comments

No comments written yet.

Please login to write comment.