Color Hex Logo

#29477e Color Hex

#29477E
(41,71,126)
0 Favorites   0 Comments

Color spaces of #29477e

RGB 4171126
HSL0.610.510.33
HSV219°67°49°
CMYK 0.670.440.00   0.51
XYZ6.93366.484320.6248
Yxy6.48430.20370.1905
Hunter Lab25.46434.0408-30.1969
CIE-Lab30.60288.0442-34.5114

#29477e color RGB value is (41,71,126).

#29477e hex color red value is 41, green value is 71 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #29477e hue: 0.61 , saturation: 0.51 and the lightness value of 29477e is 0.33.

The process color (four color CMYK) of #29477e color hex is 0.67, 0.44, 0.00, 0.51. Web safe color of #29477e is #333366. Color #29477e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01000111 01111110
Octal 51 107 176
Decimal 41 71 126
Hex 29 47 7E

RGB Percentages of Color #29477e

%17.23
%29.83
%52.94

CMYK Percentages of Color #29477e

%67
%44
%0
%51

Triadic Colors of #29477e

#29477e #7e2947 #477e29

Analogous Colors of #29477e

#29477e #36297e #29727e

Monochromatic Colors of #29477e

#29477e

Complementary Color

#29477e #7e6029

#29477e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29477e Color Preview on White Background

Lorem ipsum dolor sit amet.

#29477e Color CSS Codes

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

#29477e Text Font Color

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

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


#29477e Background Color

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

This div background color is #29477e


#29477e Border Color

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

This div border color is #29477e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29477e


Comments

No comments written yet.

Please login to write comment.