Color Hex Logo

#29178d Color Hex

#29178D
(41,23,141)
0 Favorites   0 Comments

Color spaces of #29178d

RGB 4123141
HSL0.690.720.32
HSV249°84°55°
CMYK 0.710.840.00   0.45
XYZ6.02863.007325.4620
Yxy3.00730.17480.0872
Hunter Lab17.341631.7058-74.9143
CIE-Lab20.073143.9144-61.0230

#29178d color RGB value is (41,23,141).

#29178d hex color red value is 41, green value is 23 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #29178d hue: 0.69 , saturation: 0.72 and the lightness value of 29178d is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00010111 10001101
Octal 51 27 215
Decimal 41 23 141
Hex 29 17 8D

RGB Percentages of Color #29178d

%20.00
%11.22
%68.78

CMYK Percentages of Color #29178d

%71
%84
%0
%45

Triadic Colors of #29178d

#29178d #8d2917 #178d29

Analogous Colors of #29178d

#29178d #64178d #17408d

Monochromatic Colors of #29178d

#29178d

Complementary Color

#29178d #7b8d17

#29178d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29178d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29178d Color CSS Codes

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

#29178d Text Font Color

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

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


#29178d Background Color

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

This div background color is #29178d


#29178d Border Color

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

This div border color is #29178d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,23,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 #29178d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29178d


Comments

No comments written yet.

Please login to write comment.