Color Hex Logo

#401e55 Color Hex

#401E55
(64,30,85)
0 Favorites   0 Comments

Color spaces of #401e55

RGB 643085
HSL0.770.480.23
HSV277°65°33°
CMYK 0.250.650.00   0.67
XYZ4.21832.67448.8882
Yxy2.67440.26730.1695
Hunter Lab16.353617.4241-20.7767
CIE-Lab18.689727.5013-26.9492

#401e55 color RGB value is (64,30,85).

#401e55 hex color red value is 64, green value is 30 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #401e55 hue: 0.77 , saturation: 0.48 and the lightness value of 401e55 is 0.23.

The process color (four color CMYK) of #401e55 color hex is 0.25, 0.65, 0.00, 0.67. Web safe color of #401e55 is #333366. Color #401e55 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00011110 01010101
Octal 100 36 125
Decimal 64 30 85
Hex 40 1E 55

RGB Percentages of Color #401e55

%35.75
%16.76
%47.49

CMYK Percentages of Color #401e55

%25
%65
%0
%67

Triadic Colors of #401e55

#401e55 #55401e #1e5540

Analogous Colors of #401e55

#401e55 #551e4f #251e55

Monochromatic Colors of #401e55

#401e55

Complementary Color

#401e55 #33551e

#401e55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401e55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#401e55 Color CSS Codes

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

#401e55 Text Font Color

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

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


#401e55 Background Color

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

This div background color is #401e55


#401e55 Border Color

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

This div border color is #401e55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401e55


Comments

No comments written yet.

Please login to write comment.