Color Hex Logo

#29064d Color Hex

#29064D
(41,6,77)
0 Favorites   0 Comments

Color spaces of #29064d

RGB 41677
HSL0.750.860.16
HSV270°92°30°
CMYK 0.470.920.00   0.70
XYZ2.31911.13757.1185
Yxy1.13750.21930.1076
Hunter Lab10.665420.1490-32.1068
CIE-Lab10.088132.5723-35.5905

#29064d color RGB value is (41,6,77).

#29064d hex color red value is 41, green value is 6 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #29064d hue: 0.75 , saturation: 0.86 and the lightness value of 29064d is 0.16.

The process color (four color CMYK) of #29064d color hex is 0.47, 0.92, 0.00, 0.70. Web safe color of #29064d is #330066. Color #29064d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00000110 01001101
Octal 51 6 115
Decimal 41 6 77
Hex 29 6 4D

RGB Percentages of Color #29064d

%33.06
%4.84
%62.10

CMYK Percentages of Color #29064d

%47
%92
%0
%70

Triadic Colors of #29064d

#29064d #4d2906 #064d29

Analogous Colors of #29064d

#29064d #4d064d #06074d

Monochromatic Colors of #29064d

#29064d

Complementary Color

#29064d #2a4d06

#29064d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29064d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29064d Color CSS Codes

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

#29064d Text Font Color

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

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


#29064d Background Color

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

This div background color is #29064d


#29064d Border Color

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

This div border color is #29064d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29064d


Comments

No comments written yet.

Please login to write comment.