Color Hex Logo

#401e73 Color Hex

#401E73
(64,30,115)
0 Favorites   0 Comments

Color spaces of #401e73

RGB 6430115
HSL0.730.590.28
HSV264°74°45°
CMYK 0.440.740.00   0.55
XYZ5.67313.256316.5492
Yxy3.25630.22270.1278
Hunter Lab18.045224.5381-41.7430
CIE-Lab21.042435.7371-42.8676

#401e73 color RGB value is (64,30,115).

#401e73 hex color red value is 64, green value is 30 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #401e73 hue: 0.73 , saturation: 0.59 and the lightness value of 401e73 is 0.28.

The process color (four color CMYK) of #401e73 color hex is 0.44, 0.74, 0.00, 0.55. Web safe color of #401e73 is #333366. Color #401e73 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00011110 01110011
Octal 100 36 163
Decimal 64 30 115
Hex 40 1E 73

RGB Percentages of Color #401e73

%30.62
%14.35
%55.02

CMYK Percentages of Color #401e73

%44
%74
%0
%55

Triadic Colors of #401e73

#401e73 #73401e #1e7340

Analogous Colors of #401e73

#401e73 #6b1e73 #1e2773

Monochromatic Colors of #401e73

#401e73

Complementary Color

#401e73 #51731e

#401e73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401e73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#401e73 Color CSS Codes

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

#401e73 Text Font Color

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

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


#401e73 Background Color

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

This div background color is #401e73


#401e73 Border Color

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

This div border color is #401e73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401e73


Comments

No comments written yet.

Please login to write comment.