Color Hex Logo

#402949 Color Hex

#402949
(64,41,73)
0 Favorites   0 Comments

Color spaces of #402949

RGB 644173
HSL0.790.280.22
HSV283°44°29°
CMYK 0.120.440.00   0.71
XYZ4.10993.15696.6961
Yxy3.15690.29430.2261
Hunter Lab17.767710.1960-9.9073
CIE-Lab20.661617.4720-15.7340

#402949 color RGB value is (64,41,73).

#402949 hex color red value is 64, green value is 41 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #402949 hue: 0.79 , saturation: 0.28 and the lightness value of 402949 is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101001 01001001
Octal 100 51 111
Decimal 64 41 73
Hex 40 29 49

RGB Percentages of Color #402949

%35.96
%23.03
%41.01

CMYK Percentages of Color #402949

%12
%44
%0
%71

Triadic Colors of #402949

#402949 #494029 #294940

Analogous Colors of #402949

#402949 #492942 #302949

Monochromatic Colors of #402949

#402949

Complementary Color

#402949 #324929

#402949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#402949 Color CSS Codes

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

#402949 Text Font Color

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

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


#402949 Background Color

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

This div background color is #402949


#402949 Border Color

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

This div border color is #402949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402949


Comments

No comments written yet.

Please login to write comment.