Color Hex Logo

#400394 Color Hex

#400394
(64,3,148)
0 Favorites   0 Comments

Color spaces of #400394

RGB 643148
HSL0.740.960.30
HSV265°98°58°
CMYK 0.570.980.00   0.42
XYZ7.49223.293228.2577
Yxy3.29320.19190.0843
Hunter Lab18.147241.9375-79.6198
CIE-Lab21.181854.1182-63.4655

#400394 color RGB value is (64,3,148).

#400394 hex color red value is 64, green value is 3 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #400394 hue: 0.74 , saturation: 0.96 and the lightness value of 400394 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000011 10010100
Octal 100 3 224
Decimal 64 3 148
Hex 40 3 94

RGB Percentages of Color #400394

%29.77
%1.40
%68.84

CMYK Percentages of Color #400394

%57
%98
%0
%42

Triadic Colors of #400394

#400394 #944003 #039440

Analogous Colors of #400394

#400394 #890394 #030f94

Monochromatic Colors of #400394

#400394

Complementary Color

#400394 #579403

#400394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400394 Color CSS Codes

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

#400394 Text Font Color

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

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


#400394 Background Color

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

This div background color is #400394


#400394 Border Color

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

This div border color is #400394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400394


Comments

No comments written yet.

Please login to write comment.