Color Hex Logo

#400bfb Color Hex

#400BFB
(64,11,251)
0 Favorites   0 Comments

Color spaces of #400bfb

RGB 6411251
HSL0.700.970.51
HSV253°96°98°
CMYK 0.750.960.00   0.02
XYZ19.64668.294491.8323
Yxy8.29440.16400.0693
Hunter Lab28.800071.3680-168.8934
CIE-Lab34.588677.5786-101.7405

#400bfb color RGB value is (64,11,251).

#400bfb hex color red value is 64, green value is 11 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #400bfb hue: 0.70 , saturation: 0.97 and the lightness value of 400bfb is 0.51.

The process color (four color CMYK) of #400bfb color hex is 0.75, 0.96, 0.00, 0.02. Web safe color of #400bfb is #3300ff. Color #400bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001011 11111011
Octal 100 13 373
Decimal 64 11 251
Hex 40 B FB

RGB Percentages of Color #400bfb

%19.63
%3.37
%76.99

CMYK Percentages of Color #400bfb

%75
%96
%0
%2

Triadic Colors of #400bfb

#400bfb #fb400b #0bfb40

Analogous Colors of #400bfb

#400bfb #b80bfb #0b4efb

Monochromatic Colors of #400bfb

#400bfb

Complementary Color

#400bfb #c6fb0b

#400bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#400bfb Color CSS Codes

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

#400bfb Text Font Color

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

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


#400bfb Background Color

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

This div background color is #400bfb


#400bfb Border Color

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

This div border color is #400bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400bfb


Comments

No comments written yet.

Please login to write comment.