Color Hex Logo

#29019e Color Hex

#29019E
(41,1,158)
0 Favorites   0 Comments

Color spaces of #29019e

RGB 411158
HSL0.710.990.31
HSV255°99°62°
CMYK 0.740.990.00   0.38
XYZ7.09692.961732.5454
Yxy2.96170.16660.0695
Hunter Lab17.209643.4931-100.0778
CIE-Lab19.889955.8482-71.8441

#29019e color RGB value is (41,1,158).

#29019e hex color red value is 41, green value is 1 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #29019e hue: 0.71 , saturation: 0.99 and the lightness value of 29019e is 0.31.

The process color (four color CMYK) of #29019e color hex is 0.74, 0.99, 0.00, 0.38. Web safe color of #29019e is #330099. Color #29019e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00000001 10011110
Octal 51 1 236
Decimal 41 1 158
Hex 29 1 9E

RGB Percentages of Color #29019e

%20.50
%0.50
%79.00

CMYK Percentages of Color #29019e

%74
%99
%0
%38

Triadic Colors of #29019e

#29019e #9e2901 #019e29

Analogous Colors of #29019e

#29019e #78019e #01279e

Monochromatic Colors of #29019e

#29019e

Complementary Color

#29019e #769e01

#29019e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29019e Color Preview on White Background

Lorem ipsum dolor sit amet.

#29019e Color CSS Codes

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

#29019e Text Font Color

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

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


#29019e Background Color

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

This div background color is #29019e


#29019e Border Color

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

This div border color is #29019e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,1,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 #29019e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29019e


Comments

No comments written yet.

Please login to write comment.