Color Hex Logo

#400249 Color Hex

#400249
(64,2,73)
0 Favorites   0 Comments

Color spaces of #400249

RGB 64273
HSL0.810.950.15
HSV292°97°29°
CMYK 0.120.970.00   0.71
XYZ3.33871.61446.4390
Yxy1.61440.29310.1417
Hunter Lab12.705924.6687-21.1524
CIE-Lab13.317637.3817-27.3725

#400249 color RGB value is (64,2,73).

#400249 hex color red value is 64, green value is 2 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #400249 hue: 0.81 , saturation: 0.95 and the lightness value of 400249 is 0.15.

The process color (four color CMYK) of #400249 color hex is 0.12, 0.97, 0.00, 0.71. Web safe color of #400249 is #330033. Color #400249 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000010 01001001
Octal 100 2 111
Decimal 64 2 73
Hex 40 2 49

RGB Percentages of Color #400249

%46.04
%1.44
%52.52

CMYK Percentages of Color #400249

%12
%97
%0
%71

Triadic Colors of #400249

#400249 #494002 #024940

Analogous Colors of #400249

#400249 #49022f #1d0249

Monochromatic Colors of #400249

#400249

Complementary Color

#400249 #0b4902

#400249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400249 Color CSS Codes

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

#400249 Text Font Color

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

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


#400249 Background Color

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

This div background color is #400249


#400249 Border Color

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

This div border color is #400249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400249


Comments

No comments written yet.

Please login to write comment.