Color Hex Logo

#bb6bef Color Hex

#BB6BEF
(187,107,239)
0 Favorites   0 Comments

Color spaces of #bb6bef

RGB 187107239
HSL0.770.800.68
HSV276°55°94°
CMYK 0.220.550.00   0.06
XYZ41.331227.312284.7547
Yxy27.31220.26940.1780
Hunter Lab52.261149.7116-59.5711
CIE-Lab59.262254.3997-54.2150

#bb6bef color RGB value is (187,107,239).

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

The process color (four color CMYK) of #bb6bef color hex is 0.22, 0.55, 0.00, 0.06. Web safe color of #bb6bef is #cc66ff. Color #bb6bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101011 11101111
Octal 273 153 357
Decimal 187 107 239
Hex BB 6B EF

RGB Percentages of Color #bb6bef

%35.08
%20.08
%44.84

CMYK Percentages of Color #bb6bef

%22
%55
%0
%6

Triadic Colors of #bb6bef

#bb6bef #efbb6b #6befbb

Analogous Colors of #bb6bef

#bb6bef #ef6be1 #796bef

Monochromatic Colors of #bb6bef

#bb6bef

Complementary Color

#bb6bef #9fef6b

#bb6bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6bef Color CSS Codes

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

#bb6bef Text Font Color

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

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


#bb6bef Background Color

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

This div background color is #bb6bef


#bb6bef Border Color

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

This div border color is #bb6bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6bef


Comments

No comments written yet.

Please login to write comment.