Color Hex Logo

#29213c Color Hex

#29213C
(41,33,60)
0 Favorites   0 Comments

Color spaces of #29213c

RGB 413360
HSL0.720.290.18
HSV258°45°24°
CMYK 0.320.450.00   0.76
XYZ2.27391.88544.5190
Yxy1.88540.26200.2173
Hunter Lab13.73105.5310-9.9012
CIE-Lab14.874010.9950-16.0144

#29213c color RGB value is (41,33,60).

#29213c hex color red value is 41, green value is 33 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #29213c hue: 0.72 , saturation: 0.29 and the lightness value of 29213c is 0.18.

The process color (four color CMYK) of #29213c color hex is 0.32, 0.45, 0.00, 0.76. Web safe color of #29213c is #333333. Color #29213c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00100001 00111100
Octal 51 41 74
Decimal 41 33 60
Hex 29 21 3C

RGB Percentages of Color #29213c

%30.60
%24.63
%44.78

CMYK Percentages of Color #29213c

%32
%45
%0
%76

Triadic Colors of #29213c

#29213c #3c2921 #213c29

Analogous Colors of #29213c

#29213c #37213c #21273c

Monochromatic Colors of #29213c

#29213c

Complementary Color

#29213c #343c21

#29213c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29213c Color Preview on White Background

Lorem ipsum dolor sit amet.

#29213c Color CSS Codes

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

#29213c Text Font Color

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

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


#29213c Background Color

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

This div background color is #29213c


#29213c Border Color

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

This div border color is #29213c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,33,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 #29213c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29213c


Comments

No comments written yet.

Please login to write comment.