Color Hex Logo

#29259e Color Hex

#29259E
(41,37,158)
0 Favorites   0 Comments

Color spaces of #29259e

RGB 4137158
HSL0.670.620.38
HSV242°77°62°
CMYK 0.740.770.00   0.38
XYZ7.74764.263232.7623
Yxy4.26320.17300.0952
Hunter Lab20.647530.8457-79.6247
CIE-Lab24.523242.1247-64.1520

#29259e color RGB value is (41,37,158).

#29259e hex color red value is 41, green value is 37 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #29259e hue: 0.67 , saturation: 0.62 and the lightness value of 29259e is 0.38.

The process color (four color CMYK) of #29259e color hex is 0.74, 0.77, 0.00, 0.38. Web safe color of #29259e is #333399. Color #29259e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00100101 10011110
Octal 51 45 236
Decimal 41 37 158
Hex 29 25 9E

RGB Percentages of Color #29259e

%17.37
%15.68
%66.95

CMYK Percentages of Color #29259e

%74
%77
%0
%38

Triadic Colors of #29259e

#29259e #9e2925 #259e29

Analogous Colors of #29259e

#29259e #66259e #255e9e

Monochromatic Colors of #29259e

#29259e

Complementary Color

#29259e #9a9e25

#29259e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29259e Color Preview on White Background

Lorem ipsum dolor sit amet.

#29259e Color CSS Codes

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

#29259e Text Font Color

<p style="color:#29259e">Text here</p>

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


#29259e Background Color

<div style="background-color:#29259e">
Div content here</div>

This div background color is #29259e


#29259e Border Color

<div style="border:3px solid #29259e">
Div here</div>

This div border color is #29259e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,37,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29259e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29259e;
  -webkit-box-shadow: 1px 1px 3px 2px #29259e;
  box-shadow:         1px 1px 3px 2px #29259e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29259e


Comments

No comments written yet.

Please login to write comment.