Color Hex Logo

#9829ac Color Hex

#9829AC
(152,41,172)
0 Favorites   0 Comments

Color spaces of #9829ac

RGB 15241172
HSL0.810.620.42
HSV291°76°67°
CMYK 0.120.760.00   0.33
XYZ21.188211.239840.0825
Yxy11.23980.29220.1550
Hunter Lab33.525854.1412-47.4174
CIE-Lab39.981561.8723-46.8183

#9829ac color RGB value is (152,41,172).

#9829ac hex color red value is 152, green value is 41 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9829ac hue: 0.81 , saturation: 0.62 and the lightness value of 9829ac is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101001 10101100
Octal 230 51 254
Decimal 152 41 172
Hex 98 29 AC

RGB Percentages of Color #9829ac

%41.64
%11.23
%47.12

CMYK Percentages of Color #9829ac

%12
%76
%0
%33

Triadic Colors of #9829ac

#9829ac #ac9829 #29ac98

Analogous Colors of #9829ac

#9829ac #ac297f #5729ac

Monochromatic Colors of #9829ac

#9829ac

Complementary Color

#9829ac #3dac29

#9829ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9829ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9829ac Color CSS Codes

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

#9829ac Text Font Color

<p style="color:#9829ac">Text here</p>

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


#9829ac Background Color

<div style="background-color:#9829ac">
Div content here</div>

This div background color is #9829ac


#9829ac Border Color

<div style="border:3px solid #9829ac">
Div here</div>

This div border color is #9829ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,41,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9829ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9829ac;
  -webkit-box-shadow: 1px 1px 3px 2px #9829ac;
  box-shadow:         1px 1px 3px 2px #9829ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9829ac


Comments

No comments written yet.

Please login to write comment.