Color Hex Logo

#bf50fb Color Hex

#BF50FB
(191,80,251)
0 Favorites   0 Comments

Color spaces of #bf50fb

RGB 19180251
HSL0.770.960.65
HSV279°68°98°
CMYK 0.240.680.00   0.02
XYZ41.767123.778793.6552
Yxy23.77870.26240.1494
Hunter Lab48.763467.5538-79.7382
CIE-Lab55.865570.3675-66.2983

#bf50fb color RGB value is (191,80,251).

#bf50fb hex color red value is 191, green value is 80 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bf50fb hue: 0.77 , saturation: 0.96 and the lightness value of bf50fb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01010000 11111011
Octal 277 120 373
Decimal 191 80 251
Hex BF 50 FB

RGB Percentages of Color #bf50fb

%36.59
%15.33
%48.08

CMYK Percentages of Color #bf50fb

%24
%68
%0
%2

Triadic Colors of #bf50fb

#bf50fb #fbbf50 #50fbbf

Analogous Colors of #bf50fb

#bf50fb #fb50e2 #6a50fb

Monochromatic Colors of #bf50fb

#bf50fb

Complementary Color

#bf50fb #8cfb50

#bf50fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf50fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf50fb Color CSS Codes

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

#bf50fb Text Font Color

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

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


#bf50fb Background Color

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

This div background color is #bf50fb


#bf50fb Border Color

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

This div border color is #bf50fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf50fb


Comments

No comments written yet.

Please login to write comment.