Color Hex Logo

#29406e Color Hex

#29406E
(41,64,110)
0 Favorites   0 Comments

Color spaces of #29406e

RGB 4164110
HSL0.610.460.30
HSV220°63°43°
CMYK 0.630.420.00   0.57
XYZ5.56235.264015.4747
Yxy5.26400.21150.2001
Hunter Lab22.94343.1238-23.9291
CIE-Lab27.47406.7342-29.4168

#29406e color RGB value is (41,64,110).

#29406e hex color red value is 41, green value is 64 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #29406e hue: 0.61 , saturation: 0.46 and the lightness value of 29406e is 0.30.

The process color (four color CMYK) of #29406e color hex is 0.63, 0.42, 0.00, 0.57. Web safe color of #29406e is #333366. Color #29406e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01000000 01101110
Octal 51 100 156
Decimal 41 64 110
Hex 29 40 6E

RGB Percentages of Color #29406e

%19.07
%29.77
%51.16

CMYK Percentages of Color #29406e

%63
%42
%0
%57

Triadic Colors of #29406e

#29406e #6e2940 #406e29

Analogous Colors of #29406e

#29406e #35296e #29636e

Monochromatic Colors of #29406e

#29406e

Complementary Color

#29406e #6e5729

#29406e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29406e Color Preview on White Background

Lorem ipsum dolor sit amet.

#29406e Color CSS Codes

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

#29406e Text Font Color

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

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


#29406e Background Color

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

This div background color is #29406e


#29406e Border Color

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

This div border color is #29406e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29406e


Comments

No comments written yet.

Please login to write comment.