Color Hex Logo

#b949ba Color Hex

#B949BA
(185,73,186)
0 Favorites   0 Comments

Color spaces of #b949ba

RGB 18573186
HSL0.830.450.51
HSV299°61°73°
CMYK 0.010.610.00   0.27
XYZ31.253118.624548.4021
Yxy18.62450.31800.1895
Hunter Lab43.156153.7442-36.2879
CIE-Lab50.245059.5693-38.4233

#b949ba color RGB value is (185,73,186).

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

The process color (four color CMYK) of #b949ba color hex is 0.01, 0.61, 0.00, 0.27. Web safe color of #b949ba is #cc33cc. Color #b949ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001001 10111010
Octal 271 111 272
Decimal 185 73 186
Hex B9 49 BA

RGB Percentages of Color #b949ba

%41.67
%16.44
%41.89

CMYK Percentages of Color #b949ba

%1
%61
%0
%27

Triadic Colors of #b949ba

#b949ba #bab949 #49bab9

Analogous Colors of #b949ba

#b949ba #ba4983 #8149ba

Monochromatic Colors of #b949ba

#b949ba

Complementary Color

#b949ba #4aba49

#b949ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b949ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b949ba Color CSS Codes

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

#b949ba Text Font Color

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

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


#b949ba Background Color

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

This div background color is #b949ba


#b949ba Border Color

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

This div border color is #b949ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b949ba


Comments

No comments written yet.

Please login to write comment.