Color Hex Logo

#29113c Color Hex

#29113C
(41,17,60)
0 Favorites   0 Comments

Color spaces of #29113c

RGB 411760
HSL0.760.560.15
HSV273°72°24°
CMYK 0.320.720.00   0.76
XYZ1.93051.19864.4046
Yxy1.19860.25620.1591
Hunter Lab10.948112.3163-16.1898
CIE-Lab10.547021.9939-22.8853

#29113c color RGB value is (41,17,60).

#29113c hex color red value is 41, green value is 17 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #29113c hue: 0.76 , saturation: 0.56 and the lightness value of 29113c is 0.15.

The process color (four color CMYK) of #29113c color hex is 0.32, 0.72, 0.00, 0.76. Web safe color of #29113c is #330033. Color #29113c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00010001 00111100
Octal 51 21 74
Decimal 41 17 60
Hex 29 11 3C

RGB Percentages of Color #29113c

%34.75
%14.41
%50.85

CMYK Percentages of Color #29113c

%32
%72
%0
%76

Triadic Colors of #29113c

#29113c #3c2911 #113c29

Analogous Colors of #29113c

#29113c #3c113a #13113c

Monochromatic Colors of #29113c

#29113c

Complementary Color

#29113c #243c11

#29113c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29113c Color Preview on White Background

Lorem ipsum dolor sit amet.

#29113c Color CSS Codes

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

#29113c Text Font Color

<p style="color:#29113c">Text here</p>

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


#29113c Background Color

<div style="background-color:#29113c">
Div content here</div>

This div background color is #29113c


#29113c Border Color

<div style="border:3px solid #29113c">
Div here</div>

This div border color is #29113c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29113c


Comments

No comments written yet.

Please login to write comment.