Color Hex Logo

#29025b Color Hex

#29025B
(41,2,91)
0 Favorites   0 Comments

Color spaces of #29025b

RGB 41291
HSL0.740.960.18
HSV266°98°36°
CMYK 0.550.980.00   0.64
XYZ2.82451.27029.9938
Yxy1.27020.20050.0902
Hunter Lab11.270325.0116-44.6854
CIE-Lab11.065538.2099-43.5521

#29025b color RGB value is (41,2,91).

#29025b hex color red value is 41, green value is 2 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #29025b hue: 0.74 , saturation: 0.96 and the lightness value of 29025b is 0.18.

The process color (four color CMYK) of #29025b color hex is 0.55, 0.98, 0.00, 0.64. Web safe color of #29025b is #330066. Color #29025b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00000010 01011011
Octal 51 2 133
Decimal 41 2 91
Hex 29 2 5B

RGB Percentages of Color #29025b

%30.60
%1.49
%67.91

CMYK Percentages of Color #29025b

%55
%98
%0
%64

Triadic Colors of #29025b

#29025b #5b2902 #025b29

Analogous Colors of #29025b

#29025b #56025b #02075b

Monochromatic Colors of #29025b

#29025b

Complementary Color

#29025b #345b02

#29025b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29025b Color Preview on White Background

Lorem ipsum dolor sit amet.

#29025b Color CSS Codes

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

#29025b Text Font Color

<p style="color:#29025b">Text here</p>

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


#29025b Background Color

<div style="background-color:#29025b">
Div content here</div>

This div background color is #29025b


#29025b Border Color

<div style="border:3px solid #29025b">
Div here</div>

This div border color is #29025b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,2,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29025b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29025b;
  -webkit-box-shadow: 1px 1px 3px 2px #29025b;
  box-shadow:         1px 1px 3px 2px #29025b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29025b


Comments

No comments written yet.

Please login to write comment.