Color Hex Logo

#29055a Color Hex

#29055A
(41,5,90)
0 Favorites   0 Comments

Color spaces of #29055a

RGB 41590
HSL0.740.890.19
HSV265°94°35°
CMYK 0.540.940.00   0.65
XYZ2.81421.31819.7790
Yxy1.31810.20230.0948
Hunter Lab11.480923.6626-42.4646
CIE-Lab11.401536.5730-42.3217

#29055a color RGB value is (41,5,90).

#29055a hex color red value is 41, green value is 5 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #29055a hue: 0.74 , saturation: 0.89 and the lightness value of 29055a is 0.19.

The process color (four color CMYK) of #29055a color hex is 0.54, 0.94, 0.00, 0.65. Web safe color of #29055a is #330066. Color #29055a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00000101 01011010
Octal 51 5 132
Decimal 41 5 90
Hex 29 5 5A

RGB Percentages of Color #29055a

%30.15
%3.68
%66.18

CMYK Percentages of Color #29055a

%54
%94
%0
%65

Triadic Colors of #29055a

#29055a #5a2905 #055a29

Analogous Colors of #29055a

#29055a #53055a #050c5a

Monochromatic Colors of #29055a

#29055a

Complementary Color

#29055a #365a05

#29055a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29055a Color Preview on White Background

Lorem ipsum dolor sit amet.

#29055a Color CSS Codes

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

#29055a Text Font Color

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

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


#29055a Background Color

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

This div background color is #29055a


#29055a Border Color

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

This div border color is #29055a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29055a


Comments

No comments written yet.

Please login to write comment.