Color Hex Logo

#29449a Color Hex

#29449A
(41,68,154)
0 Favorites   0 Comments

Color spaces of #29449a

RGB 4168154
HSL0.630.580.38
HSV226°73°60°
CMYK 0.730.560.00   0.40
XYZ8.81436.938831.4466
Yxy6.93880.18670.1470
Hunter Lab26.341613.6310-52.3413
CIE-Lab31.667220.8564-50.0161

#29449a color RGB value is (41,68,154).

#29449a hex color red value is 41, green value is 68 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #29449a hue: 0.63 , saturation: 0.58 and the lightness value of 29449a is 0.38.

The process color (four color CMYK) of #29449a color hex is 0.73, 0.56, 0.00, 0.40. Web safe color of #29449a is #333399. Color #29449a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01000100 10011010
Octal 51 104 232
Decimal 41 68 154
Hex 29 44 9A

RGB Percentages of Color #29449a

%15.59
%25.86
%58.56

CMYK Percentages of Color #29449a

%73
%56
%0
%40

Triadic Colors of #29449a

#29449a #9a2944 #449a29

Analogous Colors of #29449a

#29449a #46299a #297d9a

Monochromatic Colors of #29449a

#29449a

Complementary Color

#29449a #9a7f29

#29449a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29449a Color Preview on White Background

Lorem ipsum dolor sit amet.

#29449a Color CSS Codes

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

#29449a Text Font Color

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

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


#29449a Background Color

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

This div background color is #29449a


#29449a Border Color

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

This div border color is #29449a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29449a


Comments

No comments written yet.

Please login to write comment.