Color Hex Logo

#408ddb Color Hex

#408DDB
(64,141,219)
0 Favorites   0 Comments

Color spaces of #408ddb

RGB 64141219
HSL0.580.680.55
HSV210°71°86°
CMYK 0.710.360.00   0.14
XYZ24.425425.254270.6050
Yxy25.25420.20310.2100
Hunter Lab50.2536-1.1850-48.1235
CIE-Lab57.32231.8415-46.6922

#408ddb color RGB value is (64,141,219).

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

The process color (four color CMYK) of #408ddb color hex is 0.71, 0.36, 0.00, 0.14. Web safe color of #408ddb is #3399cc. Color #408ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001101 11011011
Octal 100 215 333
Decimal 64 141 219
Hex 40 8D DB

RGB Percentages of Color #408ddb

%15.09
%33.25
%51.65

CMYK Percentages of Color #408ddb

%71
%36
%0
%14

Triadic Colors of #408ddb

#408ddb #db408d #8ddb40

Analogous Colors of #408ddb

#408ddb #4140db #40dbdb

Monochromatic Colors of #408ddb

#408ddb

Complementary Color

#408ddb #db8e40

#408ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#408ddb Color CSS Codes

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

#408ddb Text Font Color

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

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


#408ddb Background Color

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

This div background color is #408ddb


#408ddb Border Color

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

This div border color is #408ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408ddb


Comments

No comments written yet.

Please login to write comment.