Color Hex Logo

#29087c Color Hex

#29087C
(41,8,124)
0 Favorites   0 Comments

Color spaces of #29087c

RGB 418124
HSL0.710.880.26
HSV257°94°49°
CMYK 0.670.940.00   0.51
XYZ4.63942.100319.2297
Yxy2.10030.17860.0809
Hunter Lab14.492431.7808-68.5261
CIE-Lab16.005044.7778-57.0296

#29087c color RGB value is (41,8,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00001000 01111100
Octal 51 10 174
Decimal 41 8 124
Hex 29 8 7C

RGB Percentages of Color #29087c

%23.70
%4.62
%71.68

CMYK Percentages of Color #29087c

%67
%94
%0
%51

Triadic Colors of #29087c

#29087c #7c2908 #087c29

Analogous Colors of #29087c

#29087c #63087c #08217c

Monochromatic Colors of #29087c

#29087c

Complementary Color

#29087c #5b7c08

#29087c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29087c Color Preview on White Background

Lorem ipsum dolor sit amet.

#29087c Color CSS Codes

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

#29087c Text Font Color

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

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


#29087c Background Color

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

This div background color is #29087c


#29087c Border Color

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

This div border color is #29087c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29087c


Comments

No comments written yet.

Please login to write comment.