Color Hex Logo

#401dec Color Hex

#401DEC
(64,29,236)
0 Favorites   0 Comments

Color spaces of #401dec

RGB 6429236
HSL0.690.840.52
HSV250°88°93°
CMYK 0.730.880.00   0.07
XYZ17.69408.024879.9733
Yxy8.02480.16740.0759
Hunter Lab28.328161.9187-147.5526
CIE-Lab34.034569.8296-94.1842

#401dec color RGB value is (64,29,236).

#401dec hex color red value is 64, green value is 29 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #401dec hue: 0.69 , saturation: 0.84 and the lightness value of 401dec is 0.52.

The process color (four color CMYK) of #401dec color hex is 0.73, 0.88, 0.00, 0.07. Web safe color of #401dec is #3333ff. Color #401dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00011101 11101100
Octal 100 35 354
Decimal 64 29 236
Hex 40 1D EC

RGB Percentages of Color #401dec

%19.45
%8.81
%71.73

CMYK Percentages of Color #401dec

%73
%88
%0
%7

Triadic Colors of #401dec

#401dec #ec401d #1dec40

Analogous Colors of #401dec

#401dec #a81dec #1d62ec

Monochromatic Colors of #401dec

#401dec

Complementary Color

#401dec #c9ec1d

#401dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#401dec Color CSS Codes

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

#401dec Text Font Color

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

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


#401dec Background Color

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

This div background color is #401dec


#401dec Border Color

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

This div border color is #401dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401dec


Comments

No comments written yet.

Please login to write comment.