Color Hex Logo

#29155b Color Hex

#29155B
(41,21,91)
0 Favorites   0 Comments

Color spaces of #29155b

RGB 412191
HSL0.710.630.22
HSV257°77°36°
CMYK 0.550.770.00   0.64
XYZ3.07091.763110.0760
Yxy1.76310.20600.1182
Hunter Lab13.278218.0456-35.6968
CIE-Lab14.191429.1144-38.4092

#29155b color RGB value is (41,21,91).

#29155b hex color red value is 41, green value is 21 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #29155b hue: 0.71 , saturation: 0.63 and the lightness value of 29155b is 0.22.

The process color (four color CMYK) of #29155b color hex is 0.55, 0.77, 0.00, 0.64. Web safe color of #29155b is #330066. Color #29155b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00010101 01011011
Octal 51 25 133
Decimal 41 21 91
Hex 29 15 5B

RGB Percentages of Color #29155b

%26.80
%13.73
%59.48

CMYK Percentages of Color #29155b

%55
%77
%0
%64

Triadic Colors of #29155b

#29155b #5b2915 #155b29

Analogous Colors of #29155b

#29155b #4c155b #15245b

Monochromatic Colors of #29155b

#29155b

Complementary Color

#29155b #475b15

#29155b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29155b Color Preview on White Background

Lorem ipsum dolor sit amet.

#29155b Color CSS Codes

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

#29155b Text Font Color

<p style="color:#29155b">Text here</p>

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


#29155b Background Color

<div style="background-color:#29155b">
Div content here</div>

This div background color is #29155b


#29155b Border Color

<div style="border:3px solid #29155b">
Div here</div>

This div border color is #29155b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,21,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29155b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29155b;
  -webkit-box-shadow: 1px 1px 3px 2px #29155b;
  box-shadow:         1px 1px 3px 2px #29155b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29155b


Comments

No comments written yet.

Please login to write comment.