Color Hex Logo

#bb47bd Color Hex

#BB47BD
(187,71,189)
0 Favorites   0 Comments

Color spaces of #bb47bd

RGB 18771189
HSL0.830.470.51
HSV299°62°74°
CMYK 0.010.620.00   0.26
XYZ31.932118.745450.0793
Yxy18.74540.31690.1860
Hunter Lab43.296055.8813-38.2720
CIE-Lab50.388061.4341-39.9197

#bb47bd color RGB value is (187,71,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000111 10111101
Octal 273 107 275
Decimal 187 71 189
Hex BB 47 BD

RGB Percentages of Color #bb47bd

%41.83
%15.88
%42.28

CMYK Percentages of Color #bb47bd

%1
%62
%0
%26

Triadic Colors of #bb47bd

#bb47bd #bdbb47 #47bdbb

Analogous Colors of #bb47bd

#bb47bd #bd4784 #8047bd

Monochromatic Colors of #bb47bd

#bb47bd

Complementary Color

#bb47bd #49bd47

#bb47bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb47bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb47bd Color CSS Codes

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

#bb47bd Text Font Color

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

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


#bb47bd Background Color

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

This div background color is #bb47bd


#bb47bd Border Color

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

This div border color is #bb47bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb47bd


Comments

No comments written yet.

Please login to write comment.