Color Hex Logo

#29213d Color Hex

#29213D
(41,33,61)
0 Favorites   0 Comments

Color spaces of #29213d

RGB 413361
HSL0.710.300.18
HSV257°46°24°
CMYK 0.330.460.00   0.76
XYZ2.30061.89614.6596
Yxy1.89610.25980.2141
Hunter Lab13.76995.7255-10.4242
CIE-Lab14.932311.3054-16.6247

#29213d color RGB value is (41,33,61).

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

The process color (four color CMYK) of #29213d color hex is 0.33, 0.46, 0.00, 0.76. Web safe color of #29213d is #333333. Color #29213d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00100001 00111101
Octal 51 41 75
Decimal 41 33 61
Hex 29 21 3D

RGB Percentages of Color #29213d

%30.37
%24.44
%45.19

CMYK Percentages of Color #29213d

%33
%46
%0
%76

Triadic Colors of #29213d

#29213d #3d2921 #213d29

Analogous Colors of #29213d

#29213d #37213d #21273d

Monochromatic Colors of #29213d

#29213d

Complementary Color

#29213d #353d21

#29213d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29213d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29213d Color CSS Codes

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

#29213d Text Font Color

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

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


#29213d Background Color

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

This div background color is #29213d


#29213d Border Color

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

This div border color is #29213d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29213d


Comments

No comments written yet.

Please login to write comment.