Color Hex Logo

#401368 Color Hex

#401368
(64,19,104)
0 Favorites   0 Comments

Color spaces of #401368

RGB 6419104
HSL0.750.690.24
HSV272°82°41°
CMYK 0.380.820.00   0.59
XYZ4.84592.555213.3345
Yxy2.55520.23370.1232
Hunter Lab15.985026.1391-38.2696
CIE-Lab18.166438.1333-40.4121

#401368 color RGB value is (64,19,104).

#401368 hex color red value is 64, green value is 19 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #401368 hue: 0.75 , saturation: 0.69 and the lightness value of 401368 is 0.24.

The process color (four color CMYK) of #401368 color hex is 0.38, 0.82, 0.00, 0.59. Web safe color of #401368 is #330066. Color #401368 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010011 01101000
Octal 100 23 150
Decimal 64 19 104
Hex 40 13 68

RGB Percentages of Color #401368

%34.22
%10.16
%55.61

CMYK Percentages of Color #401368

%38
%82
%0
%59

Triadic Colors of #401368

#401368 #684013 #136840

Analogous Colors of #401368

#401368 #681366 #161368

Monochromatic Colors of #401368

#401368

Complementary Color

#401368 #3b6813

#401368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#401368 Color CSS Codes

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

#401368 Text Font Color

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

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


#401368 Background Color

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

This div background color is #401368


#401368 Border Color

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

This div border color is #401368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401368


Comments

No comments written yet.

Please login to write comment.