Color Hex Logo

#29428f Color Hex

#29428F
(41,66,143)
0 Favorites   0 Comments

Color spaces of #29428f

RGB 4166143
HSL0.630.550.36
HSV225°71°56°
CMYK 0.710.540.00   0.44
XYZ7.82066.351026.8003
Yxy6.35100.19090.1550
Hunter Lab25.201211.2912-45.4113
CIE-Lab30.281317.9840-45.5447

#29428f color RGB value is (41,66,143).

#29428f hex color red value is 41, green value is 66 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #29428f hue: 0.63 , saturation: 0.55 and the lightness value of 29428f is 0.36.

The process color (four color CMYK) of #29428f color hex is 0.71, 0.54, 0.00, 0.44. Web safe color of #29428f is #333399. Color #29428f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01000010 10001111
Octal 51 102 217
Decimal 41 66 143
Hex 29 42 8F

RGB Percentages of Color #29428f

%16.40
%26.40
%57.20

CMYK Percentages of Color #29428f

%71
%54
%0
%44

Triadic Colors of #29428f

#29428f #8f2942 #428f29

Analogous Colors of #29428f

#29428f #43298f #29758f

Monochromatic Colors of #29428f

#29428f

Complementary Color

#29428f #8f7629

#29428f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29428f Color Preview on White Background

Lorem ipsum dolor sit amet.

#29428f Color CSS Codes

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

#29428f Text Font Color

<p style="color:#29428f">Text here</p>

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


#29428f Background Color

<div style="background-color:#29428f">
Div content here</div>

This div background color is #29428f


#29428f Border Color

<div style="border:3px solid #29428f">
Div here</div>

This div border color is #29428f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,66,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29428f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29428f;
  -webkit-box-shadow: 1px 1px 3px 2px #29428f;
  box-shadow:         1px 1px 3px 2px #29428f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29428f


Comments

No comments written yet.

Please login to write comment.