Color Hex Logo

#b149aa Color Hex

#B149AA
(177,73,170)
0 Favorites   0 Comments

Color spaces of #b149aa

RGB 17773170
HSL0.840.420.49
HSV304°59°69°
CMYK 0.000.590.04   0.31
XYZ27.769717.014539.8507
Yxy17.01450.32810.2010
Hunter Lab41.248647.9859-28.4066
CIE-Lab48.278354.7164-32.2366

#b149aa color RGB value is (177,73,170).

#b149aa hex color red value is 177, green value is 73 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b149aa hue: 0.84 , saturation: 0.42 and the lightness value of b149aa is 0.49.

The process color (four color CMYK) of #b149aa color hex is 0.00, 0.59, 0.04, 0.31. Web safe color of #b149aa is #993399. Color #b149aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001001 10101010
Octal 261 111 252
Decimal 177 73 170
Hex B1 49 AA

RGB Percentages of Color #b149aa

%42.14
%17.38
%40.48

CMYK Percentages of Color #b149aa

%0
%59
%4
%31

Triadic Colors of #b149aa

#b149aa #aab149 #49aab1

Analogous Colors of #b149aa

#b149aa #b14976 #8449b1

Monochromatic Colors of #b149aa

#b149aa

Complementary Color

#b149aa #49b150

#b149aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b149aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b149aa Color CSS Codes

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

#b149aa Text Font Color

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

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


#b149aa Background Color

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

This div background color is #b149aa


#b149aa Border Color

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

This div border color is #b149aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,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 #b149aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b149aa


Comments

No comments written yet.

Please login to write comment.