Color Hex Logo

#29112f Color Hex

#29112F
(41,17,47)
0 Favorites   0 Comments

Color spaces of #29112f

RGB 411747
HSL0.800.470.13
HSV288°64°18°
CMYK 0.130.640.00   0.82
XYZ1.62801.07762.8115
Yxy1.07760.29510.1953
Hunter Lab10.38089.8276-8.7914
CIE-Lab9.621918.4479-14.9383

#29112f color RGB value is (41,17,47).

#29112f hex color red value is 41, green value is 17 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #29112f hue: 0.80 , saturation: 0.47 and the lightness value of 29112f is 0.13.

The process color (four color CMYK) of #29112f color hex is 0.13, 0.64, 0.00, 0.82. Web safe color of #29112f is #330033. Color #29112f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00010001 00101111
Octal 51 21 57
Decimal 41 17 47
Hex 29 11 2F

RGB Percentages of Color #29112f

%39.05
%16.19
%44.76

CMYK Percentages of Color #29112f

%13
%64
%0
%82

Triadic Colors of #29112f

#29112f #2f2911 #112f29

Analogous Colors of #29112f

#29112f #2f1126 #1a112f

Monochromatic Colors of #29112f

#29112f

Complementary Color

#29112f #172f11

#29112f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29112f Color Preview on White Background

Lorem ipsum dolor sit amet.

#29112f Color CSS Codes

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

#29112f Text Font Color

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

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


#29112f Background Color

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

This div background color is #29112f


#29112f Border Color

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

This div border color is #29112f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29112f


Comments

No comments written yet.

Please login to write comment.