Color Hex Logo

#bb76eb Color Hex

#BB76EB
(187,118,235)
0 Favorites   0 Comments

Color spaces of #bb76eb

RGB 187118235
HSL0.760.750.69
HSV275°50°92°
CMYK 0.200.500.00   0.08
XYZ41.967329.519882.0832
Yxy29.51980.27330.1922
Hunter Lab54.332142.7960-51.5409
CIE-Lab61.237747.8182-48.8554

#bb76eb color RGB value is (187,118,235).

#bb76eb hex color red value is 187, green value is 118 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bb76eb hue: 0.76 , saturation: 0.75 and the lightness value of bb76eb is 0.69.

The process color (four color CMYK) of #bb76eb color hex is 0.20, 0.50, 0.00, 0.08. Web safe color of #bb76eb is #cc66ff. Color #bb76eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110110 11101011
Octal 273 166 353
Decimal 187 118 235
Hex BB 76 EB

RGB Percentages of Color #bb76eb

%34.63
%21.85
%43.52

CMYK Percentages of Color #bb76eb

%20
%50
%0
%8

Triadic Colors of #bb76eb

#bb76eb #ebbb76 #76ebbb

Analogous Colors of #bb76eb

#bb76eb #eb76e1 #8176eb

Monochromatic Colors of #bb76eb

#bb76eb

Complementary Color

#bb76eb #a6eb76

#bb76eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb76eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb76eb Color CSS Codes

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

#bb76eb Text Font Color

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

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


#bb76eb Background Color

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

This div background color is #bb76eb


#bb76eb Border Color

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

This div border color is #bb76eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb76eb


Comments

No comments written yet.

Please login to write comment.