Color Hex Logo

#408bce Color Hex

#408BCE
(64,139,206)
0 Favorites   0 Comments

Color spaces of #408bce

RGB 64139206
HSL0.580.590.53
HSV208°69°81°
CMYK 0.690.330.00   0.19
XYZ22.487524.011561.8420
Yxy24.01150.20760.2216
Hunter Lab49.0015-3.8365-40.5254
CIE-Lab56.0993-1.5268-41.3204

#408bce color RGB value is (64,139,206).

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

The process color (four color CMYK) of #408bce color hex is 0.69, 0.33, 0.00, 0.19. Web safe color of #408bce is #3399cc. Color #408bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001011 11001110
Octal 100 213 316
Decimal 64 139 206
Hex 40 8B CE

RGB Percentages of Color #408bce

%15.65
%33.99
%50.37

CMYK Percentages of Color #408bce

%69
%33
%0
%19

Triadic Colors of #408bce

#408bce #ce408b #8bce40

Analogous Colors of #408bce

#408bce #4044ce #40ceca

Monochromatic Colors of #408bce

#408bce

Complementary Color

#408bce #ce8340

#408bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#408bce Color CSS Codes

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

#408bce Text Font Color

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

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


#408bce Background Color

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

This div background color is #408bce


#408bce Border Color

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

This div border color is #408bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408bce


Comments

No comments written yet.

Please login to write comment.