Color Hex Logo

#400afb Color Hex

#400AFB
(64,10,251)
0 Favorites   0 Comments

Color spaces of #400afb

RGB 6410251
HSL0.700.970.51
HSV253°96°98°
CMYK 0.750.960.00   0.02
XYZ19.63558.272191.8286
Yxy8.27210.16400.0691
Hunter Lab28.761371.5309-169.1675
CIE-Lab34.543377.7185-101.8162

#400afb color RGB value is (64,10,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001010 11111011
Octal 100 12 373
Decimal 64 10 251
Hex 40 A FB

RGB Percentages of Color #400afb

%19.69
%3.08
%77.23

CMYK Percentages of Color #400afb

%75
%96
%0
%2

Triadic Colors of #400afb

#400afb #fb400a #0afb40

Analogous Colors of #400afb

#400afb #b90afb #0a4dfb

Monochromatic Colors of #400afb

#400afb

Complementary Color

#400afb #c5fb0a

#400afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#400afb Color CSS Codes

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

#400afb Text Font Color

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

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


#400afb Background Color

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

This div background color is #400afb


#400afb Border Color

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

This div border color is #400afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400afb


Comments

No comments written yet.

Please login to write comment.