Color Hex Logo

#bb78eb Color Hex

#BB78EB
(187,120,235)
0 Favorites   0 Comments

Color spaces of #bb78eb

RGB 187120235
HSL0.760.740.70
HSV275°49°92°
CMYK 0.200.490.00   0.08
XYZ42.205429.995982.1626
Yxy29.99590.27340.1943
Hunter Lab54.768541.7098-50.6077
CIE-Lab61.650746.7566-48.2019

#bb78eb color RGB value is (187,120,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111000 11101011
Octal 273 170 353
Decimal 187 120 235
Hex BB 78 EB

RGB Percentages of Color #bb78eb

%34.50
%22.14
%43.36

CMYK Percentages of Color #bb78eb

%20
%49
%0
%8

Triadic Colors of #bb78eb

#bb78eb #ebbb78 #78ebbb

Analogous Colors of #bb78eb

#bb78eb #eb78e2 #8278eb

Monochromatic Colors of #bb78eb

#bb78eb

Complementary Color

#bb78eb #a8eb78

#bb78eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb78eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb78eb Color CSS Codes

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

#bb78eb Text Font Color

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

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


#bb78eb Background Color

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

This div background color is #bb78eb


#bb78eb Border Color

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

This div border color is #bb78eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb78eb


Comments

No comments written yet.

Please login to write comment.