Color Hex Logo

#400bfd Color Hex

#400BFD
(64,11,253)
0 Favorites   0 Comments

Color spaces of #400bfd

RGB 6411253
HSL0.700.980.52
HSV253°96°99°
CMYK 0.750.960.00   0.01
XYZ19.96368.421293.5018
Yxy8.42120.16380.0691
Hunter Lab29.019372.0139-170.7221
CIE-Lab34.845178.0546-102.4365

#400bfd color RGB value is (64,11,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001011 11111101
Octal 100 13 375
Decimal 64 11 253
Hex 40 B FD

RGB Percentages of Color #400bfd

%19.51
%3.35
%77.13

CMYK Percentages of Color #400bfd

%75
%96
%0
%1

Triadic Colors of #400bfd

#400bfd #fd400b #0bfd40

Analogous Colors of #400bfd

#400bfd #b90bfd #0b4ffd

Monochromatic Colors of #400bfd

#400bfd

Complementary Color

#400bfd #c8fd0b

#400bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#400bfd Color CSS Codes

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

#400bfd Text Font Color

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

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


#400bfd Background Color

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

This div background color is #400bfd


#400bfd Border Color

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

This div border color is #400bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400bfd


Comments

No comments written yet.

Please login to write comment.