Color Hex Logo

#9849aa Color Hex

#9849AA
(152,73,170)
0 Favorites   0 Comments

Color spaces of #9849aa

RGB 15273170
HSL0.800.400.48
HSV289°57°67°
CMYK 0.110.570.00   0.33
XYZ22.587114.342839.6082
Yxy14.34280.29510.1874
Hunter Lab37.871940.1830-35.4979
CIE-Lab44.720647.9753-38.0798

#9849aa color RGB value is (152,73,170).

#9849aa hex color red value is 152, green value is 73 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9849aa hue: 0.80 , saturation: 0.40 and the lightness value of 9849aa is 0.48.

The process color (four color CMYK) of #9849aa color hex is 0.11, 0.57, 0.00, 0.33. Web safe color of #9849aa is #993399. Color #9849aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001001 10101010
Octal 230 111 252
Decimal 152 73 170
Hex 98 49 AA

RGB Percentages of Color #9849aa

%38.48
%18.48
%43.04

CMYK Percentages of Color #9849aa

%11
%57
%0
%33

Triadic Colors of #9849aa

#9849aa #aa9849 #49aa98

Analogous Colors of #9849aa

#9849aa #aa498c #6849aa

Monochromatic Colors of #9849aa

#9849aa

Complementary Color

#9849aa #5baa49

#9849aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9849aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9849aa Color CSS Codes

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

#9849aa Text Font Color

<p style="color:#9849aa">Text here</p>

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


#9849aa Background Color

<div style="background-color:#9849aa">
Div content here</div>

This div background color is #9849aa


#9849aa Border Color

<div style="border:3px solid #9849aa">
Div here</div>

This div border color is #9849aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,73,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9849aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9849aa;
  -webkit-box-shadow: 1px 1px 3px 2px #9849aa;
  box-shadow:         1px 1px 3px 2px #9849aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9849aa


Comments

No comments written yet.

Please login to write comment.