Color Hex Logo

#29097c Color Hex

#29097C
(41,9,124)
0 Favorites   0 Comments

Color spaces of #29097c

RGB 419124
HSL0.710.860.26
HSV257°93°49°
CMYK 0.670.930.00   0.51
XYZ4.65022.122019.2333
Yxy2.12200.17880.0816
Hunter Lab14.567131.4895-68.0852
CIE-Lab16.114944.4460-56.8472

#29097c color RGB value is (41,9,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00001001 01111100
Octal 51 11 174
Decimal 41 9 124
Hex 29 9 7C

RGB Percentages of Color #29097c

%23.56
%5.17
%71.26

CMYK Percentages of Color #29097c

%67
%93
%0
%51

Triadic Colors of #29097c

#29097c #7c2909 #097c29

Analogous Colors of #29097c

#29097c #63097c #09237c

Monochromatic Colors of #29097c

#29097c

Complementary Color

#29097c #5c7c09

#29097c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29097c Color Preview on White Background

Lorem ipsum dolor sit amet.

#29097c Color CSS Codes

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

#29097c Text Font Color

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

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


#29097c Background Color

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

This div background color is #29097c


#29097c Border Color

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

This div border color is #29097c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29097c


Comments

No comments written yet.

Please login to write comment.