Color Hex Logo

#402049 Color Hex

#402049
(64,32,73)
0 Favorites   0 Comments

Color spaces of #402049

RGB 643273
HSL0.800.390.21
HSV287°56°29°
CMYK 0.120.560.00   0.71
XYZ3.83352.60416.6039
Yxy2.60410.29390.1997
Hunter Lab16.137214.1637-12.9674
CIE-Lab18.383023.2677-19.2986

#402049 color RGB value is (64,32,73).

#402049 hex color red value is 64, green value is 32 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #402049 hue: 0.80 , saturation: 0.39 and the lightness value of 402049 is 0.21.

The process color (four color CMYK) of #402049 color hex is 0.12, 0.56, 0.00, 0.71. Web safe color of #402049 is #333333. Color #402049 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00100000 01001001
Octal 100 40 111
Decimal 64 32 73
Hex 40 20 49

RGB Percentages of Color #402049

%37.87
%18.93
%43.20

CMYK Percentages of Color #402049

%12
%56
%0
%71

Triadic Colors of #402049

#402049 #494020 #204940

Analogous Colors of #402049

#402049 #49203d #2c2049

Monochromatic Colors of #402049

#402049

Complementary Color

#402049 #294920

#402049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#402049 Color CSS Codes

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

#402049 Text Font Color

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

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


#402049 Background Color

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

This div background color is #402049


#402049 Border Color

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

This div border color is #402049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402049


Comments

No comments written yet.

Please login to write comment.