Color Hex Logo

#b1549a Color Hex

#B1549A
(177,84,154)
0 Favorites   0 Comments

Color spaces of #b1549a

RGB 17784154
HSL0.870.370.51
HSV315°53°69°
CMYK 0.000.530.13   0.31
XYZ27.134518.020932.6201
Yxy18.02090.34890.2317
Hunter Lab42.451039.8071-15.8437
CIE-Lab49.521446.8088-20.8573

#b1549a color RGB value is (177,84,154).

#b1549a hex color red value is 177, green value is 84 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #b1549a hue: 0.87 , saturation: 0.37 and the lightness value of b1549a is 0.51.

The process color (four color CMYK) of #b1549a color hex is 0.00, 0.53, 0.13, 0.31. Web safe color of #b1549a is #996699. Color #b1549a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010100 10011010
Octal 261 124 232
Decimal 177 84 154
Hex B1 54 9A

RGB Percentages of Color #b1549a

%42.65
%20.24
%37.11

CMYK Percentages of Color #b1549a

%0
%53
%13
%31

Triadic Colors of #b1549a

#b1549a #9ab154 #549ab1

Analogous Colors of #b1549a

#b1549a #b1546c #9a54b1

Monochromatic Colors of #b1549a

#b1549a

Complementary Color

#b1549a #54b16b

#b1549a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1549a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1549a Color CSS Codes

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

#b1549a Text Font Color

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

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


#b1549a Background Color

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

This div background color is #b1549a


#b1549a Border Color

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

This div border color is #b1549a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,84,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1549a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1549a;
  -webkit-box-shadow: 1px 1px 3px 2px #b1549a;
  box-shadow:         1px 1px 3px 2px #b1549a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1549a


Comments

No comments written yet.

Please login to write comment.