Color Hex Logo

#408fcb Color Hex

#408FCB
(64,143,203)
0 Favorites   0 Comments

Color spaces of #408fcb

RGB 64143203
HSL0.570.570.52
HSV206°68°80°
CMYK 0.680.300.00   0.20
XYZ22.716325.046760.1371
Yxy25.04670.21050.2321
Hunter Lab50.0467-6.5601-36.2114
CIE-Lab57.1209-4.8849-38.0228

#408fcb color RGB value is (64,143,203).

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

The process color (four color CMYK) of #408fcb color hex is 0.68, 0.30, 0.00, 0.20. Web safe color of #408fcb is #3399cc. Color #408fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001111 11001011
Octal 100 217 313
Decimal 64 143 203
Hex 40 8F CB

RGB Percentages of Color #408fcb

%15.61
%34.88
%49.51

CMYK Percentages of Color #408fcb

%68
%30
%0
%20

Triadic Colors of #408fcb

#408fcb #cb408f #8fcb40

Analogous Colors of #408fcb

#408fcb #404acb #40cbc2

Monochromatic Colors of #408fcb

#408fcb

Complementary Color

#408fcb #cb7c40

#408fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#408fcb Color CSS Codes

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

#408fcb Text Font Color

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

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


#408fcb Background Color

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

This div background color is #408fcb


#408fcb Border Color

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

This div border color is #408fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408fcb


Comments

No comments written yet.

Please login to write comment.