color codes Logo

#408bdc color codes

#408BDC
(64,139,220)
0 Favorites   0 Comments

Color spaces of #408bdc

RGB 64139220
HSL0.590.690.56
HSV211°71°86°
CMYK 0.710.370.00   0.14
XYZ24.265224.722571.2032
Yxy24.72250.20190.2057
Hunter Lab49.72170.0986-50.1001
CIE-Lab56.80403.3788-48.0732

#408bdc color RGB value is (64,139,220).

#408bdc hex color red value is 64, green value is 139 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #408bdc hue: 0.59 , saturation: 0.69 and the lightness value of 408bdc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001011 11011100
Octal 100 213 334
Decimal 64 139 220
Hex 40 8B DC

RGB Percentages of Color #408bdc

%15.13
%32.86
%52.01

CMYK Percentages of Color #408bdc

%71
%37
%0
%14

Triadic Colors of #408bdc

#408bdc #dc408b #8bdc40

Analogous Colors of #408bdc

#408bdc #4340dc #40d9dc

Monochromatic Colors of #408bdc

#408bdc

Complementary Color

#408bdc #dc9140

#408bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#408bdc Color CSS Codes

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

#408bdc Text Font Color

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

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


#408bdc Background Color

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

This div background color is #408bdc


#408bdc Border Color

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

This div border color is #408bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408bdc


Comments

No comments written yet.

Please login to write comment.