Color Hex Logo

#bf50eb Color Hex

#BF50EB
(191,80,235)
0 Favorites   0 Comments

Color spaces of #bf50eb

RGB 19180235
HSL0.790.790.62
HSV283°66°92°
CMYK 0.190.660.00   0.08
XYZ39.349922.811880.9264
Yxy22.81180.27500.1594
Hunter Lab47.761763.4796-67.0265
CIE-Lab54.878067.1450-58.9612

#bf50eb color RGB value is (191,80,235).

#bf50eb hex color red value is 191, green value is 80 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bf50eb hue: 0.79 , saturation: 0.79 and the lightness value of bf50eb is 0.62.

The process color (four color CMYK) of #bf50eb color hex is 0.19, 0.66, 0.00, 0.08. Web safe color of #bf50eb is #cc66ff. Color #bf50eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01010000 11101011
Octal 277 120 353
Decimal 191 80 235
Hex BF 50 EB

RGB Percentages of Color #bf50eb

%37.75
%15.81
%46.44

CMYK Percentages of Color #bf50eb

%19
%66
%0
%8

Triadic Colors of #bf50eb

#bf50eb #ebbf50 #50ebbf

Analogous Colors of #bf50eb

#bf50eb #eb50ca #7250eb

Monochromatic Colors of #bf50eb

#bf50eb

Complementary Color

#bf50eb #7ceb50

#bf50eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf50eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf50eb Color CSS Codes

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

#bf50eb Text Font Color

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

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


#bf50eb Background Color

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

This div background color is #bf50eb


#bf50eb Border Color

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

This div border color is #bf50eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf50eb


Comments

No comments written yet.

Please login to write comment.