Color Hex Logo

#408bbb Color Hex

#408BBB
(64,139,187)
0 Favorites   0 Comments

Color spaces of #408bbb

RGB 64139187
HSL0.570.490.49
HSV203°66°73°
CMYK 0.660.260.00   0.27
XYZ20.316623.143150.4100
Yxy23.14310.21640.2465
Hunter Lab48.1073-8.8039-28.4529
CIE-Lab55.2194-8.0241-31.9287

#408bbb color RGB value is (64,139,187).

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

The process color (four color CMYK) of #408bbb color hex is 0.66, 0.26, 0.00, 0.27. Web safe color of #408bbb is #3399cc. Color #408bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001011 10111011
Octal 100 213 273
Decimal 64 139 187
Hex 40 8B BB

RGB Percentages of Color #408bbb

%16.41
%35.64
%47.95

CMYK Percentages of Color #408bbb

%66
%26
%0
%27

Triadic Colors of #408bbb

#408bbb #bb408b #8bbb40

Analogous Colors of #408bbb

#408bbb #404dbb #40bbae

Monochromatic Colors of #408bbb

#408bbb

Complementary Color

#408bbb #bb7040

#408bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#408bbb Color CSS Codes

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

#408bbb Text Font Color

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

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


#408bbb Background Color

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

This div background color is #408bbb


#408bbb Border Color

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

This div border color is #408bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408bbb


Comments

No comments written yet.

Please login to write comment.