Color Hex Logo

#29294f Color Hex

#29294F
(41,41,79)
0 Favorites   0 Comments

Color spaces of #29294f

RGB 414179
HSL0.670.320.24
HSV240°48°31°
CMYK 0.480.480.00   0.69
XYZ3.11872.62187.7388
Yxy2.62180.23140.1945
Hunter Lab16.19206.0445-17.0027
CIE-Lab18.460711.5342-23.4302

#29294f color RGB value is (41,41,79).

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

The process color (four color CMYK) of #29294f color hex is 0.48, 0.48, 0.00, 0.69. Web safe color of #29294f is #333366. Color #29294f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00101001 01001111
Octal 51 51 117
Decimal 41 41 79
Hex 29 29 4F

RGB Percentages of Color #29294f

%25.47
%25.47
%49.07

CMYK Percentages of Color #29294f

%48
%48
%0
%69

Triadic Colors of #29294f

#29294f #4f2929 #294f29

Analogous Colors of #29294f

#29294f #3c294f #293c4f

Monochromatic Colors of #29294f

#29294f

Complementary Color

#29294f #4f4f29

#29294f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29294f Color Preview on White Background

Lorem ipsum dolor sit amet.

#29294f Color CSS Codes

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

#29294f Text Font Color

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

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


#29294f Background Color

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

This div background color is #29294f


#29294f Border Color

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

This div border color is #29294f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29294f


Comments

No comments written yet.

Please login to write comment.