Color Hex Logo

#29172e Color Hex

#29172E
(41,23,46)
0 Favorites   0 Comments

Color spaces of #29172e

RGB 412346
HSL0.800.330.14
HSV287°50°18°
CMYK 0.110.500.00   0.82
XYZ1.71401.28152.7418
Yxy1.28150.29870.2234
Hunter Lab11.32037.2159-6.4359
CIE-Lab11.145514.1112-11.8187

#29172e color RGB value is (41,23,46).

#29172e hex color red value is 41, green value is 23 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #29172e hue: 0.80 , saturation: 0.33 and the lightness value of 29172e is 0.14.

The process color (four color CMYK) of #29172e color hex is 0.11, 0.50, 0.00, 0.82. Web safe color of #29172e is #330033. Color #29172e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00010111 00101110
Octal 51 27 56
Decimal 41 23 46
Hex 29 17 2E

RGB Percentages of Color #29172e

%37.27
%20.91
%41.82

CMYK Percentages of Color #29172e

%11
%50
%0
%82

Triadic Colors of #29172e

#29172e #2e2917 #172e29

Analogous Colors of #29172e

#29172e #2e1728 #1e172e

Monochromatic Colors of #29172e

#29172e

Complementary Color

#29172e #1c2e17

#29172e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29172e Color Preview on White Background

Lorem ipsum dolor sit amet.

#29172e Color CSS Codes

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

#29172e Text Font Color

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

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


#29172e Background Color

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

This div background color is #29172e


#29172e Border Color

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

This div border color is #29172e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29172e


Comments

No comments written yet.

Please login to write comment.