Color Hex Logo

#29307e Color Hex

#29307E
(41,48,126)
0 Favorites   0 Comments

Color spaces of #29307e

RGB 4148126
HSL0.650.510.33
HSV235°67°49°
CMYK 0.670.620.00   0.51
XYZ5.73734.091720.2260
Yxy4.09170.19090.1361
Hunter Lab20.228015.2294-45.1247
CIE-Lab23.972323.8426-45.1982

#29307e color RGB value is (41,48,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110000 01111110
Octal 51 60 176
Decimal 41 48 126
Hex 29 30 7E

RGB Percentages of Color #29307e

%19.07
%22.33
%58.60

CMYK Percentages of Color #29307e

%67
%62
%0
%51

Triadic Colors of #29307e

#29307e #7e2930 #307e29

Analogous Colors of #29307e

#29307e #4d297e #295b7e

Monochromatic Colors of #29307e

#29307e

Complementary Color

#29307e #7e7729

#29307e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29307e Color Preview on White Background

Lorem ipsum dolor sit amet.

#29307e Color CSS Codes

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

#29307e Text Font Color

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

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


#29307e Background Color

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

This div background color is #29307e


#29307e Border Color

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

This div border color is #29307e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29307e


Comments

No comments written yet.

Please login to write comment.