Color Hex Logo

#400dfe Color Hex

#400DFE
(64,13,254)
0 Favorites   0 Comments

Color spaces of #400dfe

RGB 6413254
HSL0.700.990.52
HSV253°95°100°
CMYK 0.750.950.00   0.00
XYZ20.14778.533694.3512
Yxy8.53360.16380.0694
Hunter Lab29.212371.9896-171.0487
CIE-Lab35.070377.9947-102.6221

#400dfe color RGB value is (64,13,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001101 11111110
Octal 100 15 376
Decimal 64 13 254
Hex 40 D FE

RGB Percentages of Color #400dfe

%19.34
%3.93
%76.74

CMYK Percentages of Color #400dfe

%75
%95
%0
%0

Triadic Colors of #400dfe

#400dfe #fe400d #0dfe40

Analogous Colors of #400dfe

#400dfe #b90dfe #0d53fe

Monochromatic Colors of #400dfe

#400dfe

Complementary Color

#400dfe #cbfe0d

#400dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#400dfe Color CSS Codes

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

#400dfe Text Font Color

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

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


#400dfe Background Color

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

This div background color is #400dfe


#400dfe Border Color

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

This div border color is #400dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400dfe


Comments

No comments written yet.

Please login to write comment.