Color Hex Logo

#bf50fa Color Hex

#BF50FA
(191,80,250)
0 Favorites   0 Comments

Color spaces of #bf50fa

RGB 19180250
HSL0.780.940.65
HSV279°68°98°
CMYK 0.240.680.00   0.02
XYZ41.609823.715892.8270
Yxy23.71580.26310.1500
Hunter Lab48.698967.2928-78.9260
CIE-Lab55.802170.1631-65.8453

#bf50fa color RGB value is (191,80,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01010000 11111010
Octal 277 120 372
Decimal 191 80 250
Hex BF 50 FA

RGB Percentages of Color #bf50fa

%36.66
%15.36
%47.98

CMYK Percentages of Color #bf50fa

%24
%68
%0
%2

Triadic Colors of #bf50fa

#bf50fa #fabf50 #50fabf

Analogous Colors of #bf50fa

#bf50fa #fa50e0 #6a50fa

Monochromatic Colors of #bf50fa

#bf50fa

Complementary Color

#bf50fa #8bfa50

#bf50fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf50fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf50fa Color CSS Codes

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

#bf50fa Text Font Color

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

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


#bf50fa Background Color

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

This div background color is #bf50fa


#bf50fa Border Color

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

This div border color is #bf50fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf50fa


Comments

No comments written yet.

Please login to write comment.