Color Hex Logo

#bb56ce Color Hex

#BB56CE
(187,86,206)
0 Favorites   0 Comments

Color spaces of #bb56ce

RGB 18786206
HSL0.810.550.57
HSV291°58°81°
CMYK 0.090.580.00   0.19
XYZ34.961921.676660.7338
Yxy21.67660.29790.1847
Hunter Lab46.558152.5643-44.7515
CIE-Lab53.682257.8980-44.4925

#bb56ce color RGB value is (187,86,206).

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

The process color (four color CMYK) of #bb56ce color hex is 0.09, 0.58, 0.00, 0.19. Web safe color of #bb56ce is #cc66cc. Color #bb56ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010110 11001110
Octal 273 126 316
Decimal 187 86 206
Hex BB 56 CE

RGB Percentages of Color #bb56ce

%39.04
%17.95
%43.01

CMYK Percentages of Color #bb56ce

%9
%58
%0
%19

Triadic Colors of #bb56ce

#bb56ce #cebb56 #56cebb

Analogous Colors of #bb56ce

#bb56ce #ce56a5 #7f56ce

Monochromatic Colors of #bb56ce

#bb56ce

Complementary Color

#bb56ce #69ce56

#bb56ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb56ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb56ce Color CSS Codes

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

#bb56ce Text Font Color

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

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


#bb56ce Background Color

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

This div background color is #bb56ce


#bb56ce Border Color

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

This div border color is #bb56ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb56ce


Comments

No comments written yet.

Please login to write comment.