Color Hex Logo

#408cde Color Hex

#408CDE
(64,140,222)
0 Favorites   0 Comments

Color spaces of #408cde

RGB 64140222
HSL0.590.710.56
HSV211°71°87°
CMYK 0.710.370.00   0.13
XYZ24.677325.120172.6553
Yxy25.12010.20150.2051
Hunter Lab50.12000.1772-50.8645
CIE-Lab57.19233.4910-48.5760

#408cde color RGB value is (64,140,222).

#408cde hex color red value is 64, green value is 140 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #408cde hue: 0.59 , saturation: 0.71 and the lightness value of 408cde is 0.56.

The process color (four color CMYK) of #408cde color hex is 0.71, 0.37, 0.00, 0.13. Web safe color of #408cde is #3399cc. Color #408cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001100 11011110
Octal 100 214 336
Decimal 64 140 222
Hex 40 8C DE

RGB Percentages of Color #408cde

%15.02
%32.86
%52.11

CMYK Percentages of Color #408cde

%71
%37
%0
%13

Triadic Colors of #408cde

#408cde #de408c #8cde40

Analogous Colors of #408cde

#408cde #4340de #40dbde

Monochromatic Colors of #408cde

#408cde

Complementary Color

#408cde #de9240

#408cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#408cde Color CSS Codes

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

#408cde Text Font Color

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

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


#408cde Background Color

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

This div background color is #408cde


#408cde Border Color

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

This div border color is #408cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408cde


Comments

No comments written yet.

Please login to write comment.