Color Hex Logo

#b947bd Color Hex

#B947BD
(185,71,189)
0 Favorites   0 Comments

Color spaces of #b947bd

RGB 18571189
HSL0.830.470.51
HSV298°62°74°
CMYK 0.020.620.00   0.26
XYZ31.446118.494950.0566
Yxy18.49490.31450.1850
Hunter Lab43.005755.2606-38.9068
CIE-Lab50.090960.9421-40.4085

#b947bd color RGB value is (185,71,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000111 10111101
Octal 271 107 275
Decimal 185 71 189
Hex B9 47 BD

RGB Percentages of Color #b947bd

%41.57
%15.96
%42.47

CMYK Percentages of Color #b947bd

%2
%62
%0
%26

Triadic Colors of #b947bd

#b947bd #bdb947 #47bdb9

Analogous Colors of #b947bd

#b947bd #bd4786 #7e47bd

Monochromatic Colors of #b947bd

#b947bd

Complementary Color

#b947bd #4bbd47

#b947bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b947bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b947bd Color CSS Codes

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

#b947bd Text Font Color

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

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


#b947bd Background Color

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

This div background color is #b947bd


#b947bd Border Color

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

This div border color is #b947bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b947bd


Comments

No comments written yet.

Please login to write comment.