Color Hex Logo

#400bed Color Hex

#400BED
(64,11,237)
0 Favorites   0 Comments

Color spaces of #400bed

RGB 6411237
HSL0.710.910.49
HSV254°95°93°
CMYK 0.730.950.00   0.07
XYZ17.52017.443880.6341
Yxy7.44380.16590.0705
Hunter Lab27.283366.8787-156.1294
CIE-Lab32.796674.2269-96.8142

#400bed color RGB value is (64,11,237).

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

The process color (four color CMYK) of #400bed color hex is 0.73, 0.95, 0.00, 0.07. Web safe color of #400bed is #3300ff. Color #400bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001011 11101101
Octal 100 13 355
Decimal 64 11 237
Hex 40 B ED

RGB Percentages of Color #400bed

%20.51
%3.53
%75.96

CMYK Percentages of Color #400bed

%73
%95
%0
%7

Triadic Colors of #400bed

#400bed #ed400b #0bed40

Analogous Colors of #400bed

#400bed #b10bed #0b47ed

Monochromatic Colors of #400bed

#400bed

Complementary Color

#400bed #b8ed0b

#400bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#400bed Color CSS Codes

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

#400bed Text Font Color

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

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


#400bed Background Color

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

This div background color is #400bed


#400bed Border Color

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

This div border color is #400bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400bed


Comments

No comments written yet.

Please login to write comment.