Color Hex Logo

#9549fa Color Hex

#9549FA
(149,73,250)
0 Favorites   0 Comments

Color spaces of #9549fa

RGB 14973250
HSL0.740.950.63
HSV266°71°98°
CMYK 0.400.710.00   0.02
XYZ32.032318.056892.2395
Yxy18.05680.22510.1269
Hunter Lab42.493360.1936-98.9545
CIE-Lab49.564965.3450-76.1982

#9549fa color RGB value is (149,73,250).

#9549fa hex color red value is 149, green value is 73 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9549fa hue: 0.74 , saturation: 0.95 and the lightness value of 9549fa is 0.63.

The process color (four color CMYK) of #9549fa color hex is 0.40, 0.71, 0.00, 0.02. Web safe color of #9549fa is #9933ff. Color #9549fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001001 11111010
Octal 225 111 372
Decimal 149 73 250
Hex 95 49 FA

RGB Percentages of Color #9549fa

%31.57
%15.47
%52.97

CMYK Percentages of Color #9549fa

%40
%71
%0
%2

Triadic Colors of #9549fa

#9549fa #fa9549 #49fa95

Analogous Colors of #9549fa

#9549fa #ee49fa #4956fa

Monochromatic Colors of #9549fa

#9549fa

Complementary Color

#9549fa #aefa49

#9549fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9549fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9549fa Color CSS Codes

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

#9549fa Text Font Color

<p style="color:#9549fa">Text here</p>

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


#9549fa Background Color

<div style="background-color:#9549fa">
Div content here</div>

This div background color is #9549fa


#9549fa Border Color

<div style="border:3px solid #9549fa">
Div here</div>

This div border color is #9549fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,73,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9549fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9549fa;
  -webkit-box-shadow: 1px 1px 3px 2px #9549fa;
  box-shadow:         1px 1px 3px 2px #9549fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9549fa


Comments

No comments written yet.

Please login to write comment.