Color Hex Logo

#402149 Color Hex

#402149
(64,33,73)
0 Favorites   0 Comments

Color spaces of #402149

RGB 643373
HSL0.800.380.21
HSV287°55°29°
CMYK 0.120.550.00   0.71
XYZ3.86082.65876.6130
Yxy2.65870.29400.2025
Hunter Lab16.305513.7303-12.6323
CIE-Lab18.621722.6452-18.9232

#402149 color RGB value is (64,33,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00100001 01001001
Octal 100 41 111
Decimal 64 33 73
Hex 40 21 49

RGB Percentages of Color #402149

%37.65
%19.41
%42.94

CMYK Percentages of Color #402149

%12
%55
%0
%71

Triadic Colors of #402149

#402149 #494021 #214940

Analogous Colors of #402149

#402149 #49213e #2c2149

Monochromatic Colors of #402149

#402149

Complementary Color

#402149 #2a4921

#402149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#402149 Color CSS Codes

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

#402149 Text Font Color

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

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


#402149 Background Color

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

This div background color is #402149


#402149 Border Color

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

This div border color is #402149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402149

#402149 Color Palettes


Comments

No comments written yet.

Please login to write comment.