Color Hex Logo

#bf5efa Color Hex

#BF5EFA
(191,94,250)
0 Favorites   0 Comments

Color spaces of #bf5efa

RGB 19194250
HSL0.770.940.67
HSV277°62°98°
CMYK 0.240.620.00   0.02
XYZ42.743925.983993.2050
Yxy25.98390.26400.1605
Hunter Lab50.974460.4736-72.7277
CIE-Lab58.021864.0140-62.2754

#bf5efa color RGB value is (191,94,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01011110 11111010
Octal 277 136 372
Decimal 191 94 250
Hex BF 5E FA

RGB Percentages of Color #bf5efa

%35.70
%17.57
%46.73

CMYK Percentages of Color #bf5efa

%24
%62
%0
%2

Triadic Colors of #bf5efa

#bf5efa #fabf5e #5efabf

Analogous Colors of #bf5efa

#bf5efa #fa5ee7 #715efa

Monochromatic Colors of #bf5efa

#bf5efa

Complementary Color

#bf5efa #99fa5e

#bf5efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf5efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf5efa Color CSS Codes

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

#bf5efa Text Font Color

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

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


#bf5efa Background Color

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

This div background color is #bf5efa


#bf5efa Border Color

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

This div border color is #bf5efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf5efa


Comments

No comments written yet.

Please login to write comment.