Color Hex Logo

#29084d Color Hex

#29084D
(41,8,77)
0 Favorites   0 Comments

Color spaces of #29084d

RGB 41877
HSL0.750.810.17
HSV269°90°30°
CMYK 0.470.900.00   0.70
XYZ2.34081.18097.1257
Yxy1.18090.21980.1109
Hunter Lab10.866919.4329-31.2710
CIE-Lab10.415731.6109-35.0527

#29084d color RGB value is (41,8,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00001000 01001101
Octal 51 10 115
Decimal 41 8 77
Hex 29 8 4D

RGB Percentages of Color #29084d

%32.54
%6.35
%61.11

CMYK Percentages of Color #29084d

%47
%90
%0
%70

Triadic Colors of #29084d

#29084d #4d2908 #084d29

Analogous Colors of #29084d

#29084d #4c084d #08094d

Monochromatic Colors of #29084d

#29084d

Complementary Color

#29084d #2c4d08

#29084d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29084d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29084d Color CSS Codes

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

#29084d Text Font Color

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

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


#29084d Background Color

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

This div background color is #29084d


#29084d Border Color

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

This div border color is #29084d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29084d


Comments

No comments written yet.

Please login to write comment.