Color Hex Logo

#9729ab Color Hex

#9729AB
(151,41,171)
0 Favorites   0 Comments

Color spaces of #9729ab

RGB 15141171
HSL0.810.610.42
HSV291°76°67°
CMYK 0.120.760.00   0.33
XYZ20.906111.105539.5698
Yxy11.10550.29210.1551
Hunter Lab33.324953.6618-47.0731
CIE-Lab39.757661.4857-46.5905

#9729ab color RGB value is (151,41,171).

#9729ab hex color red value is 151, green value is 41 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9729ab hue: 0.81 , saturation: 0.61 and the lightness value of 9729ab is 0.42.

The process color (four color CMYK) of #9729ab color hex is 0.12, 0.76, 0.00, 0.33. Web safe color of #9729ab is #993399. Color #9729ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101001 10101011
Octal 227 51 253
Decimal 151 41 171
Hex 97 29 AB

RGB Percentages of Color #9729ab

%41.60
%11.29
%47.11

CMYK Percentages of Color #9729ab

%12
%76
%0
%33

Triadic Colors of #9729ab

#9729ab #ab9729 #29ab97

Analogous Colors of #9729ab

#9729ab #ab297e #5629ab

Monochromatic Colors of #9729ab

#9729ab

Complementary Color

#9729ab #3dab29

#9729ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9729ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9729ab Color CSS Codes

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

#9729ab Text Font Color

<p style="color:#9729ab">Text here</p>

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


#9729ab Background Color

<div style="background-color:#9729ab">
Div content here</div>

This div background color is #9729ab


#9729ab Border Color

<div style="border:3px solid #9729ab">
Div here</div>

This div border color is #9729ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,41,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9729ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9729ab;
  -webkit-box-shadow: 1px 1px 3px 2px #9729ab;
  box-shadow:         1px 1px 3px 2px #9729ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9729ab


Comments

No comments written yet.

Please login to write comment.