Color Hex Logo

#29065a Color Hex

#29065A
(41,6,90)
0 Favorites   0 Comments

Color spaces of #29065a

RGB 41690
HSL0.740.880.19
HSV265°93°35°
CMYK 0.540.930.00   0.65
XYZ2.82501.33999.7826
Yxy1.33990.20250.0961
Hunter Lab11.575423.3063-42.0043
CIE-Lab11.551736.1230-42.0737

#29065a color RGB value is (41,6,90).

#29065a hex color red value is 41, green value is 6 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #29065a hue: 0.74 , saturation: 0.88 and the lightness value of 29065a is 0.19.

The process color (four color CMYK) of #29065a color hex is 0.54, 0.93, 0.00, 0.65. Web safe color of #29065a is #330066. Color #29065a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00000110 01011010
Octal 51 6 132
Decimal 41 6 90
Hex 29 6 5A

RGB Percentages of Color #29065a

%29.93
%4.38
%65.69

CMYK Percentages of Color #29065a

%54
%93
%0
%65

Triadic Colors of #29065a

#29065a #5a2906 #065a29

Analogous Colors of #29065a

#29065a #53065a #060d5a

Monochromatic Colors of #29065a

#29065a

Complementary Color

#29065a #375a06

#29065a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29065a Color Preview on White Background

Lorem ipsum dolor sit amet.

#29065a Color CSS Codes

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

#29065a Text Font Color

<p style="color:#29065a">Text here</p>

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


#29065a Background Color

<div style="background-color:#29065a">
Div content here</div>

This div background color is #29065a


#29065a Border Color

<div style="border:3px solid #29065a">
Div here</div>

This div border color is #29065a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29065a


Comments

No comments written yet.

Please login to write comment.