Color Hex Logo

#29327e Color Hex

#29327E
(41,50,126)
0 Favorites   0 Comments

Color spaces of #29327e

RGB 4150126
HSL0.650.510.33
HSV234°67°49°
CMYK 0.670.600.00   0.51
XYZ5.82094.259020.2539
Yxy4.25900.19190.1404
Hunter Lab20.637314.2318-43.7422
CIE-Lab24.509822.4738-44.3239

#29327e color RGB value is (41,50,126).

#29327e hex color red value is 41, green value is 50 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #29327e hue: 0.65 , saturation: 0.51 and the lightness value of 29327e is 0.33.

The process color (four color CMYK) of #29327e color hex is 0.67, 0.60, 0.00, 0.51. Web safe color of #29327e is #333366. Color #29327e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110010 01111110
Octal 51 62 176
Decimal 41 50 126
Hex 29 32 7E

RGB Percentages of Color #29327e

%18.89
%23.04
%58.06

CMYK Percentages of Color #29327e

%67
%60
%0
%51

Triadic Colors of #29327e

#29327e #7e2932 #327e29

Analogous Colors of #29327e

#29327e #4b297e #295d7e

Monochromatic Colors of #29327e

#29327e

Complementary Color

#29327e #7e7529

#29327e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29327e Color Preview on White Background

Lorem ipsum dolor sit amet.

#29327e Color CSS Codes

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

#29327e Text Font Color

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

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


#29327e Background Color

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

This div background color is #29327e


#29327e Border Color

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

This div border color is #29327e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29327e


Comments

No comments written yet.

Please login to write comment.