Color Hex Logo

#401959 Color Hex

#401959
(64,25,89)
0 Favorites   0 Comments

Color spaces of #401959

RGB 642589
HSL0.770.560.22
HSV277°72°35°
CMYK 0.280.720.00   0.65
XYZ4.26522.50659.7102
Yxy2.50650.25880.1521
Hunter Lab15.831920.3829-25.2820
CIE-Lab17.948031.3519-30.8241

#401959 color RGB value is (64,25,89).

#401959 hex color red value is 64, green value is 25 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #401959 hue: 0.77 , saturation: 0.56 and the lightness value of 401959 is 0.22.

The process color (four color CMYK) of #401959 color hex is 0.28, 0.72, 0.00, 0.65. Web safe color of #401959 is #330066. Color #401959 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00011001 01011001
Octal 100 31 131
Decimal 64 25 89
Hex 40 19 59

RGB Percentages of Color #401959

%35.96
%14.04
%50.00

CMYK Percentages of Color #401959

%28
%72
%0
%65

Triadic Colors of #401959

#401959 #594019 #195940

Analogous Colors of #401959

#401959 #591952 #201959

Monochromatic Colors of #401959

#401959

Complementary Color

#401959 #325919

#401959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#401959 Color CSS Codes

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

#401959 Text Font Color

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

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


#401959 Background Color

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

This div background color is #401959


#401959 Border Color

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

This div border color is #401959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401959


Comments

No comments written yet.

Please login to write comment.