Color Hex Logo

#b949bd Color Hex

#B949BD
(185,73,189)
0 Favorites   0 Comments

Color spaces of #b949bd

RGB 18573189
HSL0.830.470.51
HSV298°61°74°
CMYK 0.020.610.00   0.26
XYZ31.575418.753550.0997
Yxy18.75350.31440.1867
Hunter Lab43.305354.3662-38.2786
CIE-Lab50.397660.0938-39.9242

#b949bd color RGB value is (185,73,189).

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

The process color (four color CMYK) of #b949bd color hex is 0.02, 0.61, 0.00, 0.26. Web safe color of #b949bd is #cc33cc. Color #b949bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001001 10111101
Octal 271 111 275
Decimal 185 73 189
Hex B9 49 BD

RGB Percentages of Color #b949bd

%41.39
%16.33
%42.28

CMYK Percentages of Color #b949bd

%2
%61
%0
%26

Triadic Colors of #b949bd

#b949bd #bdb949 #49bdb9

Analogous Colors of #b949bd

#b949bd #bd4987 #7f49bd

Monochromatic Colors of #b949bd

#b949bd

Complementary Color

#b949bd #4dbd49

#b949bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b949bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b949bd Color CSS Codes

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

#b949bd Text Font Color

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

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


#b949bd Background Color

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

This div background color is #b949bd


#b949bd Border Color

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

This div border color is #b949bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b949bd


Comments

No comments written yet.

Please login to write comment.