Color Hex Logo

#400efb Color Hex

#400EFB
(64,14,251)
0 Favorites   0 Comments

Color spaces of #400efb

RGB 6414251
HSL0.700.970.52
HSV253°94°98°
CMYK 0.750.940.00   0.02
XYZ19.68408.369191.8447
Yxy8.36910.16420.0698
Hunter Lab28.929470.8277-167.9826
CIE-Lab34.740177.1134-101.4879

#400efb color RGB value is (64,14,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001110 11111011
Octal 100 16 373
Decimal 64 14 251
Hex 40 E FB

RGB Percentages of Color #400efb

%19.45
%4.26
%76.29

CMYK Percentages of Color #400efb

%75
%94
%0
%2

Triadic Colors of #400efb

#400efb #fb400e #0efb40

Analogous Colors of #400efb

#400efb #b70efb #0e53fb

Monochromatic Colors of #400efb

#400efb

Complementary Color

#400efb #c9fb0e

#400efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#400efb Color CSS Codes

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

#400efb Text Font Color

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

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


#400efb Background Color

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

This div background color is #400efb


#400efb Border Color

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

This div border color is #400efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400efb


Comments

No comments written yet.

Please login to write comment.