Color Hex Logo

#bb47cf Color Hex

#BB47CF
(187,71,207)
0 Favorites   0 Comments

Color spaces of #bb47cf

RGB 18771207
HSL0.810.590.55
HSV291°66°81°
CMYK 0.100.660.00   0.19
XYZ34.009219.576361.0176
Yxy19.57630.29680.1708
Hunter Lab44.245159.7759-50.7941
CIE-Lab51.354764.6459-48.7614

#bb47cf color RGB value is (187,71,207).

#bb47cf hex color red value is 187, green value is 71 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bb47cf hue: 0.81 , saturation: 0.59 and the lightness value of bb47cf is 0.55.

The process color (four color CMYK) of #bb47cf color hex is 0.10, 0.66, 0.00, 0.19. Web safe color of #bb47cf is #cc33cc. Color #bb47cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000111 11001111
Octal 273 107 317
Decimal 187 71 207
Hex BB 47 CF

RGB Percentages of Color #bb47cf

%40.22
%15.27
%44.52

CMYK Percentages of Color #bb47cf

%10
%66
%0
%19

Triadic Colors of #bb47cf

#bb47cf #cfbb47 #47cfbb

Analogous Colors of #bb47cf

#bb47cf #cf479f #7747cf

Monochromatic Colors of #bb47cf

#bb47cf

Complementary Color

#bb47cf #5bcf47

#bb47cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb47cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb47cf Color CSS Codes

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

#bb47cf Text Font Color

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

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


#bb47cf Background Color

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

This div background color is #bb47cf


#bb47cf Border Color

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

This div border color is #bb47cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb47cf


Comments

No comments written yet.

Please login to write comment.