Color Hex Logo

#400390 Color Hex

#400390
(64,3,144)
0 Favorites   0 Comments

Color spaces of #400390

RGB 643144
HSL0.740.960.29
HSV266°98°56°
CMYK 0.560.980.00   0.44
XYZ7.18103.168726.6187
Yxy3.16870.19420.0857
Hunter Lab17.800840.8568-76.1994
CIE-Lab20.707253.1534-61.7680

#400390 color RGB value is (64,3,144).

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

The process color (four color CMYK) of #400390 color hex is 0.56, 0.98, 0.00, 0.44. Web safe color of #400390 is #330099. Color #400390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000011 10010000
Octal 100 3 220
Decimal 64 3 144
Hex 40 3 90

RGB Percentages of Color #400390

%30.33
%1.42
%68.25

CMYK Percentages of Color #400390

%56
%98
%0
%44

Triadic Colors of #400390

#400390 #904003 #039040

Analogous Colors of #400390

#400390 #870390 #030c90

Monochromatic Colors of #400390

#400390

Complementary Color

#400390 #539003

#400390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400390 Color CSS Codes

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

#400390 Text Font Color

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

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


#400390 Background Color

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

This div background color is #400390


#400390 Border Color

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

This div border color is #400390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400390


Comments

No comments written yet.

Please login to write comment.