Color Hex Logo

#401441 Color Hex

#401441
(64,20,65)
0 Favorites   0 Comments

Color spaces of #401441

RGB 642065
HSL0.830.530.17
HSV299°69°25°
CMYK 0.020.690.00   0.75
XYZ3.31861.97205.2067
Yxy1.97200.31610.1879
Hunter Lab14.042817.6083-12.1532
CIE-Lab15.339628.3368-18.5596

#401441 color RGB value is (64,20,65).

#401441 hex color red value is 64, green value is 20 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #401441 hue: 0.83 , saturation: 0.53 and the lightness value of 401441 is 0.17.

The process color (four color CMYK) of #401441 color hex is 0.02, 0.69, 0.00, 0.75. Web safe color of #401441 is #330033. Color #401441 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010100 01000001
Octal 100 24 101
Decimal 64 20 65
Hex 40 14 41

RGB Percentages of Color #401441

%42.95
%13.42
%43.62

CMYK Percentages of Color #401441

%2
%69
%0
%75

Triadic Colors of #401441

#401441 #414014 #144140

Analogous Colors of #401441

#401441 #41142c #2a1441

Monochromatic Colors of #401441

#401441

Complementary Color

#401441 #154114

#401441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#401441 Color CSS Codes

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

#401441 Text Font Color

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

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


#401441 Background Color

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

This div background color is #401441


#401441 Border Color

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

This div border color is #401441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401441


Comments

No comments written yet.

Please login to write comment.