Color Hex Logo

#29117f Color Hex

#29117F
(41,17,127)
0 Favorites   0 Comments

Color spaces of #29117f

RGB 4117127
HSL0.700.760.28
HSV253°87°50°
CMYK 0.680.870.00   0.50
XYZ4.94572.404620.2821
Yxy2.40460.17900.0870
Hunter Lab15.506829.7936-66.6937
CIE-Lab17.481642.3495-56.4946

#29117f color RGB value is (41,17,127).

#29117f hex color red value is 41, green value is 17 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #29117f hue: 0.70 , saturation: 0.76 and the lightness value of 29117f is 0.28.

The process color (four color CMYK) of #29117f color hex is 0.68, 0.87, 0.00, 0.50. Web safe color of #29117f is #330066. Color #29117f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00010001 01111111
Octal 51 21 177
Decimal 41 17 127
Hex 29 11 7F

RGB Percentages of Color #29117f

%22.16
%9.19
%68.65

CMYK Percentages of Color #29117f

%68
%87
%0
%50

Triadic Colors of #29117f

#29117f #7f2911 #117f29

Analogous Colors of #29117f

#29117f #60117f #11307f

Monochromatic Colors of #29117f

#29117f

Complementary Color

#29117f #677f11

#29117f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29117f Color Preview on White Background

Lorem ipsum dolor sit amet.

#29117f Color CSS Codes

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

#29117f Text Font Color

<p style="color:#29117f">Text here</p>

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


#29117f Background Color

<div style="background-color:#29117f">
Div content here</div>

This div background color is #29117f


#29117f Border Color

<div style="border:3px solid #29117f">
Div here</div>

This div border color is #29117f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,17,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29117f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29117f;
  -webkit-box-shadow: 1px 1px 3px 2px #29117f;
  box-shadow:         1px 1px 3px 2px #29117f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29117f


Comments

No comments written yet.

Please login to write comment.