Color Hex Logo

#29149b Color Hex

#29149B
(41,20,155)
0 Favorites   0 Comments

Color spaces of #29149b

RGB 4120155
HSL0.690.770.34
HSV249°87°61°
CMYK 0.740.870.00   0.39
XYZ7.08103.338331.2815
Yxy3.33830.16980.0801
Hunter Lab18.271037.2041-88.7197
CIE-Lab21.350849.3938-67.5713

#29149b color RGB value is (41,20,155).

#29149b hex color red value is 41, green value is 20 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #29149b hue: 0.69 , saturation: 0.77 and the lightness value of 29149b is 0.34.

The process color (four color CMYK) of #29149b color hex is 0.74, 0.87, 0.00, 0.39. Web safe color of #29149b is #330099. Color #29149b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00010100 10011011
Octal 51 24 233
Decimal 41 20 155
Hex 29 14 9B

RGB Percentages of Color #29149b

%18.98
%9.26
%71.76

CMYK Percentages of Color #29149b

%74
%87
%0
%39

Triadic Colors of #29149b

#29149b #9b2914 #149b29

Analogous Colors of #29149b

#29149b #6d149b #14439b

Monochromatic Colors of #29149b

#29149b

Complementary Color

#29149b #869b14

#29149b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29149b Color Preview on White Background

Lorem ipsum dolor sit amet.

#29149b Color CSS Codes

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

#29149b Text Font Color

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

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


#29149b Background Color

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

This div background color is #29149b


#29149b Border Color

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

This div border color is #29149b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29149b


Comments

No comments written yet.

Please login to write comment.