Color Hex Logo

#b947bf Color Hex

#B947BF
(185,71,191)
0 Favorites   0 Comments

Color spaces of #b947bf

RGB 18571191
HSL0.830.480.51
HSV297°63°75°
CMYK 0.030.630.00   0.25
XYZ31.664818.582451.2080
Yxy18.58240.31210.1832
Hunter Lab43.107355.6807-40.2566
CIE-Lab50.195061.2934-41.4037

#b947bf color RGB value is (185,71,191).

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

The process color (four color CMYK) of #b947bf color hex is 0.03, 0.63, 0.00, 0.25. Web safe color of #b947bf is #cc33cc. Color #b947bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000111 10111111
Octal 271 107 277
Decimal 185 71 191
Hex B9 47 BF

RGB Percentages of Color #b947bf

%41.39
%15.88
%42.73

CMYK Percentages of Color #b947bf

%3
%63
%0
%25

Triadic Colors of #b947bf

#b947bf #bfb947 #47bfb9

Analogous Colors of #b947bf

#b947bf #bf4789 #7d47bf

Monochromatic Colors of #b947bf

#b947bf

Complementary Color

#b947bf #4dbf47

#b947bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b947bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b947bf Color CSS Codes

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

#b947bf Text Font Color

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

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


#b947bf Background Color

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

This div background color is #b947bf


#b947bf Border Color

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

This div border color is #b947bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b947bf


Comments

No comments written yet.

Please login to write comment.