Color Hex Logo

#29127a Color Hex

#29127A
(41,18,122)
0 Favorites   0 Comments

Color spaces of #29127a

RGB 4118122
HSL0.700.740.27
HSV253°85°48°
CMYK 0.660.850.00   0.52
XYZ4.64362.309218.6133
Yxy2.30920.18160.0903
Hunter Lab15.196127.9528-61.9857
CIE-Lab17.032840.4030-54.0456

#29127a color RGB value is (41,18,122).

#29127a hex color red value is 41, green value is 18 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #29127a hue: 0.70 , saturation: 0.74 and the lightness value of 29127a is 0.27.

The process color (four color CMYK) of #29127a color hex is 0.66, 0.85, 0.00, 0.52. Web safe color of #29127a is #330066. Color #29127a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00010010 01111010
Octal 51 22 172
Decimal 41 18 122
Hex 29 12 7A

RGB Percentages of Color #29127a

%22.65
%9.94
%67.40

CMYK Percentages of Color #29127a

%66
%85
%0
%52

Triadic Colors of #29127a

#29127a #7a2912 #127a29

Analogous Colors of #29127a

#29127a #5d127a #122f7a

Monochromatic Colors of #29127a

#29127a

Complementary Color

#29127a #637a12

#29127a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29127a Color Preview on White Background

Lorem ipsum dolor sit amet.

#29127a Color CSS Codes

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

#29127a Text Font Color

<p style="color:#29127a">Text here</p>

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


#29127a Background Color

<div style="background-color:#29127a">
Div content here</div>

This div background color is #29127a


#29127a Border Color

<div style="border:3px solid #29127a">
Div here</div>

This div border color is #29127a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,18,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29127a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29127a;
  -webkit-box-shadow: 1px 1px 3px 2px #29127a;
  box-shadow:         1px 1px 3px 2px #29127a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29127a


Comments

No comments written yet.

Please login to write comment.