Color Hex Logo

#29138a Color Hex

#29138A
(41,19,138)
0 Favorites   0 Comments

Color spaces of #29138a

RGB 4119138
HSL0.700.760.31
HSV251°86°54°
CMYK 0.700.860.00   0.46
XYZ5.73482.772124.2776
Yxy2.77210.17490.0846
Hunter Lab16.649632.3457-74.7988
CIE-Lab19.107044.7851-60.7476

#29138a color RGB value is (41,19,138).

#29138a hex color red value is 41, green value is 19 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #29138a hue: 0.70 , saturation: 0.76 and the lightness value of 29138a is 0.31.

The process color (four color CMYK) of #29138a color hex is 0.70, 0.86, 0.00, 0.46. Web safe color of #29138a is #330099. Color #29138a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00010011 10001010
Octal 51 23 212
Decimal 41 19 138
Hex 29 13 8A

RGB Percentages of Color #29138a

%20.71
%9.60
%69.70

CMYK Percentages of Color #29138a

%70
%86
%0
%46

Triadic Colors of #29138a

#29138a #8a2913 #138a29

Analogous Colors of #29138a

#29138a #65138a #13398a

Monochromatic Colors of #29138a

#29138a

Complementary Color

#29138a #748a13

#29138a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29138a Color Preview on White Background

Lorem ipsum dolor sit amet.

#29138a Color CSS Codes

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

#29138a Text Font Color

<p style="color:#29138a">Text here</p>

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


#29138a Background Color

<div style="background-color:#29138a">
Div content here</div>

This div background color is #29138a


#29138a Border Color

<div style="border:3px solid #29138a">
Div here</div>

This div border color is #29138a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,19,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29138a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29138a;
  -webkit-box-shadow: 1px 1px 3px 2px #29138a;
  box-shadow:         1px 1px 3px 2px #29138a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29138a


Comments

No comments written yet.

Please login to write comment.