Color Hex Logo

#29255e Color Hex

#29255E
(41,37,94)
0 Favorites   0 Comments

Color spaces of #29255e

RGB 413794
HSL0.680.440.26
HSV244°61°37°
CMYK 0.560.610.00   0.63
XYZ3.59642.602710.9025
Yxy2.60270.21030.1522
Hunter Lab16.132911.5593-28.7748
CIE-Lab18.376819.6837-33.6017

#29255e color RGB value is (41,37,94).

#29255e hex color red value is 41, green value is 37 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #29255e hue: 0.68 , saturation: 0.44 and the lightness value of 29255e is 0.26.

The process color (four color CMYK) of #29255e color hex is 0.56, 0.61, 0.00, 0.63. Web safe color of #29255e is #333366. Color #29255e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00100101 01011110
Octal 51 45 136
Decimal 41 37 94
Hex 29 25 5E

RGB Percentages of Color #29255e

%23.84
%21.51
%54.65

CMYK Percentages of Color #29255e

%56
%61
%0
%63

Triadic Colors of #29255e

#29255e #5e2925 #255e29

Analogous Colors of #29255e

#29255e #46255e #253e5e

Monochromatic Colors of #29255e

#29255e

Complementary Color

#29255e #5a5e25

#29255e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29255e Color Preview on White Background

Lorem ipsum dolor sit amet.

#29255e Color CSS Codes

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

#29255e Text Font Color

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

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


#29255e Background Color

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

This div background color is #29255e


#29255e Border Color

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

This div border color is #29255e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29255e


Comments

No comments written yet.

Please login to write comment.