Color Hex Logo

#401395 Color Hex

#401395
(64,19,149)
0 Favorites   0 Comments

Color spaces of #401395

RGB 6419149
HSL0.720.770.33
HSV261°87°58°
CMYK 0.570.870.00   0.42
XYZ7.77203.725728.7433
Yxy3.72570.19310.0926
Hunter Lab19.302138.0946-74.7791
CIE-Lab22.743150.0249-61.5003

#401395 color RGB value is (64,19,149).

#401395 hex color red value is 64, green value is 19 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #401395 hue: 0.72 , saturation: 0.77 and the lightness value of 401395 is 0.33.

The process color (four color CMYK) of #401395 color hex is 0.57, 0.87, 0.00, 0.42. Web safe color of #401395 is #330099. Color #401395 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010011 10010101
Octal 100 23 225
Decimal 64 19 149
Hex 40 13 95

RGB Percentages of Color #401395

%27.59
%8.19
%64.22

CMYK Percentages of Color #401395

%57
%87
%0
%42

Triadic Colors of #401395

#401395 #954013 #139540

Analogous Colors of #401395

#401395 #811395 #132795

Monochromatic Colors of #401395

#401395

Complementary Color

#401395 #689513

#401395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#401395 Color CSS Codes

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

#401395 Text Font Color

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

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


#401395 Background Color

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

This div background color is #401395


#401395 Border Color

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

This div border color is #401395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401395


Comments

No comments written yet.

Please login to write comment.