Color Hex Logo

#400bda Color Hex

#400BDA
(64,11,218)
0 Favorites   0 Comments

Color spaces of #400bda

RGB 6411218
HSL0.710.900.45
HSV255°95°85°
CMYK 0.710.950.00   0.15
XYZ14.88896.391366.7786
Yxy6.39130.16910.0726
Hunter Lab25.281060.8833-138.9150
CIE-Lab30.379069.6233-89.9607

#400bda color RGB value is (64,11,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001011 11011010
Octal 100 13 332
Decimal 64 11 218
Hex 40 B DA

RGB Percentages of Color #400bda

%21.84
%3.75
%74.40

CMYK Percentages of Color #400bda

%71
%95
%0
%15

Triadic Colors of #400bda

#400bda #da400b #0bda40

Analogous Colors of #400bda

#400bda #a80bda #0b3eda

Monochromatic Colors of #400bda

#400bda

Complementary Color

#400bda #a5da0b

#400bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#400bda Color CSS Codes

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

#400bda Text Font Color

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

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


#400bda Background Color

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

This div background color is #400bda


#400bda Border Color

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

This div border color is #400bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400bda


Comments

No comments written yet.

Please login to write comment.