Color Hex Logo

#408beb Color Hex

#408BEB
(64,139,235)
0 Favorites   0 Comments

Color spaces of #408beb

RGB 64139235
HSL0.590.810.59
HSV214°73°92°
CMYK 0.730.410.00   0.08
XYZ26.342425.553482.1412
Yxy25.55340.19650.1906
Hunter Lab50.55044.5553-60.9573
CIE-Lab57.61078.7061-55.1516

#408beb color RGB value is (64,139,235).

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

The process color (four color CMYK) of #408beb color hex is 0.73, 0.41, 0.00, 0.08. Web safe color of #408beb is #3399ff. Color #408beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001011 11101011
Octal 100 213 353
Decimal 64 139 235
Hex 40 8B EB

RGB Percentages of Color #408beb

%14.61
%31.74
%53.65

CMYK Percentages of Color #408beb

%73
%41
%0
%8

Triadic Colors of #408beb

#408beb #eb408b #8beb40

Analogous Colors of #408beb

#408beb #4a40eb #40e1eb

Monochromatic Colors of #408beb

#408beb

Complementary Color

#408beb #eba040

#408beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#408beb Color CSS Codes

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

#408beb Text Font Color

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

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


#408beb Background Color

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

This div background color is #408beb


#408beb Border Color

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

This div border color is #408beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408beb


Comments

No comments written yet.

Please login to write comment.