Color Hex Logo

#29009e Color Hex

#29009E
(41,0,158)
0 Favorites   0 Comments

Color spaces of #29009e

RGB 410158
HSL0.711.000.31
HSV256°100°62°
CMYK 0.741.000.00   0.38
XYZ7.08602.940032.5418
Yxy2.94000.16650.0691
Hunter Lab17.146443.7614-100.5226
CIE-Lab19.802056.1191-71.9906

#29009e color RGB value is (41,0,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00000000 10011110
Octal 51 0 236
Decimal 41 0 158
Hex 29 0 9E

RGB Percentages of Color #29009e

%20.60
%0.00
%79.40

CMYK Percentages of Color #29009e

%74
%100
%0
%38

Triadic Colors of #29009e

#29009e #9e2900 #009e29

Analogous Colors of #29009e

#29009e #78009e #00269e

Monochromatic Colors of #29009e

#29009e

Complementary Color

#29009e #759e00

#29009e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29009e Color Preview on White Background

Lorem ipsum dolor sit amet.

#29009e Color CSS Codes

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

#29009e Text Font Color

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

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


#29009e Background Color

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

This div background color is #29009e


#29009e Border Color

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

This div border color is #29009e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29009e


Comments

No comments written yet.

Please login to write comment.