Color Hex Logo

#9549b5 Color Hex

#9549B5
(149,73,181)
0 Favorites   0 Comments

Color spaces of #9549b5

RGB 14973181
HSL0.780.430.50
HSV282°60°71°
CMYK 0.180.600.00   0.29
XYZ23.117514.490845.2946
Yxy14.49080.27890.1748
Hunter Lab38.066841.7840-43.9008
CIE-Lab44.928749.4836-44.2501

#9549b5 color RGB value is (149,73,181).

#9549b5 hex color red value is 149, green value is 73 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #9549b5 hue: 0.78 , saturation: 0.43 and the lightness value of 9549b5 is 0.50.

The process color (four color CMYK) of #9549b5 color hex is 0.18, 0.60, 0.00, 0.29. Web safe color of #9549b5 is #9933cc. Color #9549b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001001 10110101
Octal 225 111 265
Decimal 149 73 181
Hex 95 49 B5

RGB Percentages of Color #9549b5

%36.97
%18.11
%44.91

CMYK Percentages of Color #9549b5

%18
%60
%0
%29

Triadic Colors of #9549b5

#9549b5 #b59549 #49b595

Analogous Colors of #9549b5

#9549b5 #b5499f #5f49b5

Monochromatic Colors of #9549b5

#9549b5

Complementary Color

#9549b5 #69b549

#9549b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9549b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9549b5 Color CSS Codes

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

#9549b5 Text Font Color

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

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


#9549b5 Background Color

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

This div background color is #9549b5


#9549b5 Border Color

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

This div border color is #9549b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9549b5


Comments

No comments written yet.

Please login to write comment.