Color Hex Logo

#bb6feb Color Hex

#BB6FEB
(187,111,235)
0 Favorites   0 Comments

Color spaces of #bb6feb

RGB 187111235
HSL0.770.760.68
HSV277°53°92°
CMYK 0.200.530.00   0.08
XYZ41.173427.931881.8186
Yxy27.93180.27280.1851
Hunter Lab52.850546.5726-54.7922
CIE-Lab59.827151.4822-51.0916

#bb6feb color RGB value is (187,111,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101111 11101011
Octal 273 157 353
Decimal 187 111 235
Hex BB 6F EB

RGB Percentages of Color #bb6feb

%35.08
%20.83
%44.09

CMYK Percentages of Color #bb6feb

%20
%53
%0
%8

Triadic Colors of #bb6feb

#bb6feb #ebbb6f #6febbb

Analogous Colors of #bb6feb

#bb6feb #eb6fdd #7d6feb

Monochromatic Colors of #bb6feb

#bb6feb

Complementary Color

#bb6feb #9feb6f

#bb6feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6feb Color CSS Codes

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

#bb6feb Text Font Color

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

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


#bb6feb Background Color

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

This div background color is #bb6feb


#bb6feb Border Color

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

This div border color is #bb6feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6feb


Comments

No comments written yet.

Please login to write comment.