Color Hex Logo

#400bde Color Hex

#400BDE
(64,11,222)
0 Favorites   0 Comments

Color spaces of #400bde

RGB 6411222
HSL0.710.910.46
HSV255°95°87°
CMYK 0.710.950.00   0.13
XYZ15.41886.603369.5691
Yxy6.60330.16830.0721
Hunter Lab25.696962.1351-142.5278
CIE-Lab30.886270.5974-91.4208

#400bde color RGB value is (64,11,222).

#400bde hex color red value is 64, green value is 11 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #400bde hue: 0.71 , saturation: 0.91 and the lightness value of 400bde is 0.46.

The process color (four color CMYK) of #400bde color hex is 0.71, 0.95, 0.00, 0.13. Web safe color of #400bde is #3300cc. Color #400bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001011 11011110
Octal 100 13 336
Decimal 64 11 222
Hex 40 B DE

RGB Percentages of Color #400bde

%21.55
%3.70
%74.75

CMYK Percentages of Color #400bde

%71
%95
%0
%13

Triadic Colors of #400bde

#400bde #de400b #0bde40

Analogous Colors of #400bde

#400bde #aa0bde #0b40de

Monochromatic Colors of #400bde

#400bde

Complementary Color

#400bde #a9de0b

#400bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#400bde Color CSS Codes

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

#400bde Text Font Color

<p style="color:#400bde">Text here</p>

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


#400bde Background Color

<div style="background-color:#400bde">
Div content here</div>

This div background color is #400bde


#400bde Border Color

<div style="border:3px solid #400bde">
Div here</div>

This div border color is #400bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400bde


Comments

No comments written yet.

Please login to write comment.