Color Hex Logo

#402090 Color Hex

#402090
(64,32,144)
0 Favorites   0 Comments

Color spaces of #402090

RGB 6432144
HSL0.710.640.35
HSV257°78°56°
CMYK 0.560.780.00   0.44
XYZ7.66494.136626.7800
Yxy4.13660.19870.1072
Hunter Lab20.338631.6776-63.8305
CIE-Lab24.118043.0970-56.1394

#402090 color RGB value is (64,32,144).

#402090 hex color red value is 64, green value is 32 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #402090 hue: 0.71 , saturation: 0.64 and the lightness value of 402090 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00100000 10010000
Octal 100 40 220
Decimal 64 32 144
Hex 40 20 90

RGB Percentages of Color #402090

%26.67
%13.33
%60.00

CMYK Percentages of Color #402090

%56
%78
%0
%44

Triadic Colors of #402090

#402090 #904020 #209040

Analogous Colors of #402090

#402090 #782090 #203890

Monochromatic Colors of #402090

#402090

Complementary Color

#402090 #709020

#402090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#402090 Color CSS Codes

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

#402090 Text Font Color

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

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


#402090 Background Color

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

This div background color is #402090


#402090 Border Color

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

This div border color is #402090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402090

#402090 Color Palettes


Comments

No comments written yet.

Please login to write comment.