Color Hex Logo

#401042 Color Hex

#401042
(64,16,66)
0 Favorites   0 Comments

Color spaces of #401042

RGB 641666
HSL0.830.610.16
HSV298°76°26°
CMYK 0.030.760.00   0.74
XYZ3.28301.85395.3391
Yxy1.85390.31340.1770
Hunter Lab13.615819.2117-13.7181
CIE-Lab14.701130.5027-20.2708

#401042 color RGB value is (64,16,66).

#401042 hex color red value is 64, green value is 16 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #401042 hue: 0.83 , saturation: 0.61 and the lightness value of 401042 is 0.16.

The process color (four color CMYK) of #401042 color hex is 0.03, 0.76, 0.00, 0.74. Web safe color of #401042 is #330033. Color #401042 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010000 01000010
Octal 100 20 102
Decimal 64 16 66
Hex 40 10 42

RGB Percentages of Color #401042

%43.84
%10.96
%45.21

CMYK Percentages of Color #401042

%3
%76
%0
%74

Triadic Colors of #401042

#401042 #424010 #104240

Analogous Colors of #401042

#401042 #42102b #271042

Monochromatic Colors of #401042

#401042

Complementary Color

#401042 #124210

#401042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#401042 Color CSS Codes

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

#401042 Text Font Color

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

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


#401042 Background Color

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

This div background color is #401042


#401042 Border Color

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

This div border color is #401042


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,16,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #401042; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #401042;
  -webkit-box-shadow: 1px 1px 3px 2px #401042;
  box-shadow:         1px 1px 3px 2px #401042; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401042


Comments

No comments written yet.

Please login to write comment.