Color Hex Logo

#29038c Color Hex

#29038C
(41,3,140)
0 Favorites   0 Comments

Color spaces of #29038c

RGB 413140
HSL0.710.960.28
HSV257°98°55°
CMYK 0.710.980.00   0.45
XYZ5.68062.430024.9806
Yxy2.43000.17170.0734
Hunter Lab15.588537.7675-84.1007
CIE-Lab17.599050.6654-64.5071

#29038c color RGB value is (41,3,140).

#29038c hex color red value is 41, green value is 3 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #29038c hue: 0.71 , saturation: 0.96 and the lightness value of 29038c is 0.28.

The process color (four color CMYK) of #29038c color hex is 0.71, 0.98, 0.00, 0.45. Web safe color of #29038c is #330099. Color #29038c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00000011 10001100
Octal 51 3 214
Decimal 41 3 140
Hex 29 3 8C

RGB Percentages of Color #29038c

%22.28
%1.63
%76.09

CMYK Percentages of Color #29038c

%71
%98
%0
%45

Triadic Colors of #29038c

#29038c #8c2903 #038c29

Analogous Colors of #29038c

#29038c #6e038c #03228c

Monochromatic Colors of #29038c

#29038c

Complementary Color

#29038c #668c03

#29038c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29038c Color Preview on White Background

Lorem ipsum dolor sit amet.

#29038c Color CSS Codes

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

#29038c Text Font Color

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

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


#29038c Background Color

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

This div background color is #29038c


#29038c Border Color

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

This div border color is #29038c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29038c


Comments

No comments written yet.

Please login to write comment.