Color Hex Logo

#29053e Color Hex

#29053E
(41,5,62)
0 Favorites   0 Comments

Color spaces of #29053e

RGB 41562
HSL0.770.850.13
HSV278°92°24°
CMYK 0.340.920.00   0.76
XYZ1.83820.92784.6396
Yxy0.92780.24820.1253
Hunter Lab9.632217.2082-21.8159
CIE-Lab8.374929.1468-27.8303

#29053e color RGB value is (41,5,62).

#29053e hex color red value is 41, green value is 5 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #29053e hue: 0.77 , saturation: 0.85 and the lightness value of 29053e is 0.13.

The process color (four color CMYK) of #29053e color hex is 0.34, 0.92, 0.00, 0.76. Web safe color of #29053e is #330033. Color #29053e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00000101 00111110
Octal 51 5 76
Decimal 41 5 62
Hex 29 5 3E

RGB Percentages of Color #29053e

%37.96
%4.63
%57.41

CMYK Percentages of Color #29053e

%34
%92
%0
%76

Triadic Colors of #29053e

#29053e #3e2905 #053e29

Analogous Colors of #29053e

#29053e #3e0537 #0d053e

Monochromatic Colors of #29053e

#29053e

Complementary Color

#29053e #1a3e05

#29053e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29053e Color Preview on White Background

Lorem ipsum dolor sit amet.

#29053e Color CSS Codes

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

#29053e Text Font Color

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

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


#29053e Background Color

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

This div background color is #29053e


#29053e Border Color

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

This div border color is #29053e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29053e


Comments

No comments written yet.

Please login to write comment.