Color Hex Logo

#29038d Color Hex

#29038D
(41,3,141)
0 Favorites   0 Comments

Color spaces of #29038d

RGB 413141
HSL0.710.960.28
HSV257°98°55°
CMYK 0.710.980.00   0.45
XYZ5.75472.459625.3707
Yxy2.45960.17130.0732
Hunter Lab15.683138.0526-84.9357
CIE-Lab17.734950.9261-64.9069

#29038d color RGB value is (41,3,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00000011 10001101
Octal 51 3 215
Decimal 41 3 141
Hex 29 3 8D

RGB Percentages of Color #29038d

%22.16
%1.62
%76.22

CMYK Percentages of Color #29038d

%71
%98
%0
%45

Triadic Colors of #29038d

#29038d #8d2903 #038d29

Analogous Colors of #29038d

#29038d #6e038d #03228d

Monochromatic Colors of #29038d

#29038d

Complementary Color

#29038d #678d03

#29038d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29038d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29038d Color CSS Codes

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

#29038d Text Font Color

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

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


#29038d Background Color

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

This div background color is #29038d


#29038d Border Color

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

This div border color is #29038d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29038d


Comments

No comments written yet.

Please login to write comment.