Color Hex Logo

#9a49ba Color Hex

#9A49BA
(154,73,186)
0 Favorites   0 Comments

Color spaces of #9a49ba

RGB 15473186
HSL0.790.450.51
HSV283°61°73°
CMYK 0.170.610.00   0.27
XYZ24.571915.180348.0894
Yxy15.18030.27970.1728
Hunter Lab38.961944.3903-45.9064
CIE-Lab45.880251.7952-45.6194

#9a49ba color RGB value is (154,73,186).

#9a49ba hex color red value is 154, green value is 73 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9a49ba hue: 0.79 , saturation: 0.45 and the lightness value of 9a49ba is 0.51.

The process color (four color CMYK) of #9a49ba color hex is 0.17, 0.61, 0.00, 0.27. Web safe color of #9a49ba is #9933cc. Color #9a49ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01001001 10111010
Octal 232 111 272
Decimal 154 73 186
Hex 9A 49 BA

RGB Percentages of Color #9a49ba

%37.29
%17.68
%45.04

CMYK Percentages of Color #9a49ba

%17
%61
%0
%27

Triadic Colors of #9a49ba

#9a49ba #ba9a49 #49ba9a

Analogous Colors of #9a49ba

#9a49ba #ba49a2 #6249ba

Monochromatic Colors of #9a49ba

#9a49ba

Complementary Color

#9a49ba #69ba49

#9a49ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a49ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a49ba Color CSS Codes

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

#9a49ba Text Font Color

<p style="color:#9a49ba">Text here</p>

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


#9a49ba Background Color

<div style="background-color:#9a49ba">
Div content here</div>

This div background color is #9a49ba


#9a49ba Border Color

<div style="border:3px solid #9a49ba">
Div here</div>

This div border color is #9a49ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,73,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a49ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a49ba;
  -webkit-box-shadow: 1px 1px 3px 2px #9a49ba;
  box-shadow:         1px 1px 3px 2px #9a49ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a49ba


Comments

No comments written yet.

Please login to write comment.