Color Hex Logo

#bb47ce Color Hex

#BB47CE
(187,71,206)
0 Favorites   0 Comments

Color spaces of #bb47ce

RGB 18771206
HSL0.810.580.54
HSV292°66°81°
CMYK 0.090.660.00   0.19
XYZ33.887319.527560.3756
Yxy19.52750.29780.1716
Hunter Lab44.189959.5514-50.0735
CIE-Lab51.298764.4628-48.2776

#bb47ce color RGB value is (187,71,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000111 11001110
Octal 273 107 316
Decimal 187 71 206
Hex BB 47 CE

RGB Percentages of Color #bb47ce

%40.30
%15.30
%44.40

CMYK Percentages of Color #bb47ce

%9
%66
%0
%19

Triadic Colors of #bb47ce

#bb47ce #cebb47 #47cebb

Analogous Colors of #bb47ce

#bb47ce #ce479e #7847ce

Monochromatic Colors of #bb47ce

#bb47ce

Complementary Color

#bb47ce #5ace47

#bb47ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb47ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb47ce Color CSS Codes

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

#bb47ce Text Font Color

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

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


#bb47ce Background Color

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

This div background color is #bb47ce


#bb47ce Border Color

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

This div border color is #bb47ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb47ce


Comments

No comments written yet.

Please login to write comment.