Color Hex Logo

#bf6ffb Color Hex

#BF6FFB
(191,111,251)
0 Favorites   0 Comments

Color spaces of #bf6ffb

RGB 191111251
HSL0.760.950.71
HSV274°56°98°
CMYK 0.240.560.00   0.02
XYZ44.582929.410394.5938
Yxy29.41030.26450.1745
Hunter Lab54.231351.8381-65.4557
CIE-Lab61.142055.9813-57.8342

#bf6ffb color RGB value is (191,111,251).

#bf6ffb hex color red value is 191, green value is 111 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bf6ffb hue: 0.76 , saturation: 0.95 and the lightness value of bf6ffb is 0.71.

The process color (four color CMYK) of #bf6ffb color hex is 0.24, 0.56, 0.00, 0.02. Web safe color of #bf6ffb is #cc66ff. Color #bf6ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01101111 11111011
Octal 277 157 373
Decimal 191 111 251
Hex BF 6F FB

RGB Percentages of Color #bf6ffb

%34.54
%20.07
%45.39

CMYK Percentages of Color #bf6ffb

%24
%56
%0
%2

Triadic Colors of #bf6ffb

#bf6ffb #fbbf6f #6ffbbf

Analogous Colors of #bf6ffb

#bf6ffb #fb6ff1 #796ffb

Monochromatic Colors of #bf6ffb

#bf6ffb

Complementary Color

#bf6ffb #abfb6f

#bf6ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf6ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf6ffb Color CSS Codes

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

#bf6ffb Text Font Color

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

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


#bf6ffb Background Color

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

This div background color is #bf6ffb


#bf6ffb Border Color

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

This div border color is #bf6ffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,111,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf6ffb


Comments

No comments written yet.

Please login to write comment.