Color Hex Logo

#408abb Color Hex

#408ABB
(64,138,187)
0 Favorites   0 Comments

Color spaces of #408abb

RGB 64138187
HSL0.570.490.49
HSV204°66°73°
CMYK 0.660.260.00   0.27
XYZ20.172522.854850.3619
Yxy22.85480.21600.2447
Hunter Lab47.8067-8.3419-28.9943
CIE-Lab54.9225-7.4526-32.3915

#408abb color RGB value is (64,138,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001010 10111011
Octal 100 212 273
Decimal 64 138 187
Hex 40 8A BB

RGB Percentages of Color #408abb

%16.45
%35.48
%48.07

CMYK Percentages of Color #408abb

%66
%26
%0
%27

Triadic Colors of #408abb

#408abb #bb408a #8abb40

Analogous Colors of #408abb

#408abb #404dbb #40bbaf

Monochromatic Colors of #408abb

#408abb

Complementary Color

#408abb #bb7140

#408abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#408abb Color CSS Codes

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

#408abb Text Font Color

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

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


#408abb Background Color

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

This div background color is #408abb


#408abb Border Color

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

This div border color is #408abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,138,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 #408abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408abb


Comments

No comments written yet.

Please login to write comment.