Color Hex Logo

#29007e Color Hex

#29007E
(41,0,126)
0 Favorites   0 Comments

Color spaces of #29007e

RGB 410126
HSL0.721.000.25
HSV260°100°49°
CMYK 0.671.000.00   0.51
XYZ4.68031.977819.8737
Yxy1.97780.17640.0745
Hunter Lab14.063434.7937-73.9411
CIE-Lab15.370348.0491-59.3628

#29007e color RGB value is (41,0,126).

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

The process color (four color CMYK) of #29007e color hex is 0.67, 1.00, 0.00, 0.51. Web safe color of #29007e is #330066. Color #29007e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00000000 01111110
Octal 51 0 176
Decimal 41 0 126
Hex 29 0 7E

RGB Percentages of Color #29007e

%24.55
%0.00
%75.45

CMYK Percentages of Color #29007e

%67
%100
%0
%51

Triadic Colors of #29007e

#29007e #7e2900 #007e29

Analogous Colors of #29007e

#29007e #68007e #00167e

Monochromatic Colors of #29007e

#29007e

Complementary Color

#29007e #557e00

#29007e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29007e Color Preview on White Background

Lorem ipsum dolor sit amet.

#29007e Color CSS Codes

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

#29007e Text Font Color

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

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


#29007e Background Color

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

This div background color is #29007e


#29007e Border Color

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

This div border color is #29007e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29007e


Comments

No comments written yet.

Please login to write comment.