Color Hex Logo

#29294d Color Hex

#29294D
(41,41,77)
0 Favorites   0 Comments

Color spaces of #29294d

RGB 414177
HSL0.670.310.23
HSV240°47°30°
CMYK 0.470.470.00   0.70
XYZ3.04692.59317.3611
Yxy2.59310.23440.1995
Hunter Lab16.10315.5939-15.8306
CIE-Lab18.334510.8403-22.2775

#29294d color RGB value is (41,41,77).

#29294d hex color red value is 41, green value is 41 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #29294d hue: 0.67 , saturation: 0.31 and the lightness value of 29294d is 0.23.

The process color (four color CMYK) of #29294d color hex is 0.47, 0.47, 0.00, 0.70. Web safe color of #29294d is #333366. Color #29294d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00101001 01001101
Octal 51 51 115
Decimal 41 41 77
Hex 29 29 4D

RGB Percentages of Color #29294d

%25.79
%25.79
%48.43

CMYK Percentages of Color #29294d

%47
%47
%0
%70

Triadic Colors of #29294d

#29294d #4d2929 #294d29

Analogous Colors of #29294d

#29294d #3b294d #293b4d

Monochromatic Colors of #29294d

#29294d

Complementary Color

#29294d #4d4d29

#29294d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29294d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29294d Color CSS Codes

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

#29294d Text Font Color

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

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


#29294d Background Color

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

This div background color is #29294d


#29294d Border Color

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

This div border color is #29294d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29294d


Comments

No comments written yet.

Please login to write comment.