Color Hex Logo

#401dde Color Hex

#401DDE
(64,29,222)
0 Favorites   0 Comments

Color spaces of #401dde

RGB 6429222
HSL0.700.770.49
HSV251°87°87°
CMYK 0.710.870.00   0.13
XYZ15.73857.242669.6757
Yxy7.24260.16990.0782
Hunter Lab26.912157.2928-134.6641
CIE-Lab32.352966.1471-88.9799

#401dde color RGB value is (64,29,222).

#401dde hex color red value is 64, green value is 29 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #401dde hue: 0.70 , saturation: 0.77 and the lightness value of 401dde is 0.49.

The process color (four color CMYK) of #401dde color hex is 0.71, 0.87, 0.00, 0.13. Web safe color of #401dde is #3333cc. Color #401dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00011101 11011110
Octal 100 35 336
Decimal 64 29 222
Hex 40 1D DE

RGB Percentages of Color #401dde

%20.32
%9.21
%70.48

CMYK Percentages of Color #401dde

%71
%87
%0
%13

Triadic Colors of #401dde

#401dde #de401d #1dde40

Analogous Colors of #401dde

#401dde #a11dde #1d5bde

Monochromatic Colors of #401dde

#401dde

Complementary Color

#401dde #bbde1d

#401dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#401dde Color CSS Codes

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

#401dde Text Font Color

<p style="color:#401dde">Text here</p>

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


#401dde Background Color

<div style="background-color:#401dde">
Div content here</div>

This div background color is #401dde


#401dde Border Color

<div style="border:3px solid #401dde">
Div here</div>

This div border color is #401dde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,29,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #401dde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #401dde;
  -webkit-box-shadow: 1px 1px 3px 2px #401dde;
  box-shadow:         1px 1px 3px 2px #401dde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401dde


Comments

No comments written yet.

Please login to write comment.