Color Hex Logo

#29144a Color Hex

#29144A
(41,20,74)
0 Favorites   0 Comments

Color spaces of #29144a

RGB 412074
HSL0.730.570.18
HSV263°73°29°
CMYK 0.450.730.00   0.71
XYZ2.40061.46616.6350
Yxy1.46610.22860.1396
Hunter Lab12.108314.2002-24.0135
CIE-Lab12.390924.3255-29.7530

#29144a color RGB value is (41,20,74).

#29144a hex color red value is 41, green value is 20 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #29144a hue: 0.73 , saturation: 0.57 and the lightness value of 29144a is 0.18.

The process color (four color CMYK) of #29144a color hex is 0.45, 0.73, 0.00, 0.71. Web safe color of #29144a is #330033. Color #29144a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00010100 01001010
Octal 51 24 112
Decimal 41 20 74
Hex 29 14 4A

RGB Percentages of Color #29144a

%30.37
%14.81
%54.81

CMYK Percentages of Color #29144a

%45
%73
%0
%71

Triadic Colors of #29144a

#29144a #4a2914 #144a29

Analogous Colors of #29144a

#29144a #44144a #141a4a

Monochromatic Colors of #29144a

#29144a

Complementary Color

#29144a #354a14

#29144a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29144a Color Preview on White Background

Lorem ipsum dolor sit amet.

#29144a Color CSS Codes

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

#29144a Text Font Color

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

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


#29144a Background Color

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

This div background color is #29144a


#29144a Border Color

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

This div border color is #29144a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,20,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29144a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29144a;
  -webkit-box-shadow: 1px 1px 3px 2px #29144a;
  box-shadow:         1px 1px 3px 2px #29144a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29144a

#29144a Color Palettes


Comments

No comments written yet.

Please login to write comment.