Color Hex Logo

#402990 Color Hex

#402990
(64,41,144)
0 Favorites   0 Comments

Color spaces of #402990

RGB 6441144
HSL0.700.560.36
HSV253°72°56°
CMYK 0.560.720.00   0.44
XYZ7.94134.689526.8722
Yxy4.68950.20100.1187
Hunter Lab21.655327.5619-58.4148
CIE-Lab25.831238.2785-53.3293

#402990 color RGB value is (64,41,144).

#402990 hex color red value is 64, green value is 41 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #402990 hue: 0.70 , saturation: 0.56 and the lightness value of 402990 is 0.36.

The process color (four color CMYK) of #402990 color hex is 0.56, 0.72, 0.00, 0.44. Web safe color of #402990 is #333399. Color #402990 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101001 10010000
Octal 100 51 220
Decimal 64 41 144
Hex 40 29 90

RGB Percentages of Color #402990

%25.70
%16.47
%57.83

CMYK Percentages of Color #402990

%56
%72
%0
%44

Triadic Colors of #402990

#402990 #904029 #299040

Analogous Colors of #402990

#402990 #742990 #294590

Monochromatic Colors of #402990

#402990

Complementary Color

#402990 #799029

#402990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#402990 Color CSS Codes

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

#402990 Text Font Color

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

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


#402990 Background Color

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

This div background color is #402990


#402990 Border Color

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

This div border color is #402990


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,41,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 #402990">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402990


Comments

No comments written yet.

Please login to write comment.