Color Hex Logo

#29050e Color Hex

#29050E
(41,5,14)
0 Favorites   0 Comments

Color spaces of #29050e

RGB 41514
HSL0.960.780.09
HSV345°88°16°
CMYK 0.000.880.66   0.84
XYZ1.04800.61170.4783
Yxy0.61170.49020.2861
Hunter Lab7.821110.23131.8489
CIE-Lab5.525418.50492.6853

#29050e color RGB value is (41,5,14).

#29050e hex color red value is 41, green value is 5 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #29050e hue: 0.96 , saturation: 0.78 and the lightness value of 29050e is 0.09.

The process color (four color CMYK) of #29050e color hex is 0.00, 0.88, 0.66, 0.84. Web safe color of #29050e is #330000. Color #29050e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00000101 00001110
Octal 51 5 16
Decimal 41 5 14
Hex 29 5 E

RGB Percentages of Color #29050e

%68.33
%8.33
%23.33

CMYK Percentages of Color #29050e

%0
%88
%66
%84

Triadic Colors of #29050e

#29050e #0e2905 #050e29

Analogous Colors of #29050e

#29050e #290e05 #290520

Monochromatic Colors of #29050e

#29050e

Complementary Color

#29050e #052920

#29050e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29050e Color Preview on White Background

Lorem ipsum dolor sit amet.

#29050e Color CSS Codes

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

#29050e Text Font Color

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

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


#29050e Background Color

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

This div background color is #29050e


#29050e Border Color

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

This div border color is #29050e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29050e

#29050e Color Palettes


Comments

No comments written yet.

Please login to write comment.