Color Hex Logo

#29097d Color Hex

#29097D
(41,9,125)
0 Favorites   0 Comments

Color spaces of #29097d

RGB 419125
HSL0.710.870.26
HSV257°93°49°
CMYK 0.670.930.00   0.51
XYZ4.71382.147519.5681
Yxy2.14750.17840.0813
Hunter Lab14.654431.7722-68.9125
CIE-Lab16.243044.7236-57.2736

#29097d color RGB value is (41,9,125).

#29097d hex color red value is 41, green value is 9 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #29097d hue: 0.71 , saturation: 0.87 and the lightness value of 29097d is 0.26.

The process color (four color CMYK) of #29097d color hex is 0.67, 0.93, 0.00, 0.51. Web safe color of #29097d is #330066. Color #29097d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00001001 01111101
Octal 51 11 175
Decimal 41 9 125
Hex 29 9 7D

RGB Percentages of Color #29097d

%23.43
%5.14
%71.43

CMYK Percentages of Color #29097d

%67
%93
%0
%51

Triadic Colors of #29097d

#29097d #7d2909 #097d29

Analogous Colors of #29097d

#29097d #63097d #09237d

Monochromatic Colors of #29097d

#29097d

Complementary Color

#29097d #5d7d09

#29097d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29097d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29097d Color CSS Codes

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

#29097d Text Font Color

<p style="color:#29097d">Text here</p>

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


#29097d Background Color

<div style="background-color:#29097d">
Div content here</div>

This div background color is #29097d


#29097d Border Color

<div style="border:3px solid #29097d">
Div here</div>

This div border color is #29097d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,9,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29097d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29097d;
  -webkit-box-shadow: 1px 1px 3px 2px #29097d;
  box-shadow:         1px 1px 3px 2px #29097d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29097d


Comments

No comments written yet.

Please login to write comment.