Color Hex Logo

#29065c Color Hex

#29065C
(41,6,92)
0 Favorites   0 Comments

Color spaces of #29065c

RGB 41692
HSL0.730.880.19
HSV264°93°36°
CMYK 0.550.930.00   0.64
XYZ2.91131.374410.2370
Yxy1.37440.20050.0946
Hunter Lab11.723523.8109-43.5659
CIE-Lab11.786236.6737-43.0354

#29065c color RGB value is (41,6,92).

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

The process color (four color CMYK) of #29065c color hex is 0.55, 0.93, 0.00, 0.64. Web safe color of #29065c is #330066. Color #29065c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00000110 01011100
Octal 51 6 134
Decimal 41 6 92
Hex 29 6 5C

RGB Percentages of Color #29065c

%29.50
%4.32
%66.19

CMYK Percentages of Color #29065c

%55
%93
%0
%64

Triadic Colors of #29065c

#29065c #5c2906 #065c29

Analogous Colors of #29065c

#29065c #54065c #060e5c

Monochromatic Colors of #29065c

#29065c

Complementary Color

#29065c #395c06

#29065c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29065c Color Preview on White Background

Lorem ipsum dolor sit amet.

#29065c Color CSS Codes

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

#29065c Text Font Color

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

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


#29065c Background Color

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

This div background color is #29065c


#29065c Border Color

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

This div border color is #29065c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29065c


Comments

No comments written yet.

Please login to write comment.