Color Hex Logo

#bf5afb Color Hex

#BF5AFB
(191,90,251)
0 Favorites   0 Comments

Color spaces of #bf5afb

RGB 19190251
HSL0.770.950.67
HSV278°64°98°
CMYK 0.240.640.00   0.02
XYZ42.554625.353793.9177
Yxy25.35370.26300.1567
Hunter Lab50.352562.7397-75.3413
CIE-Lab57.418466.0482-63.7985

#bf5afb color RGB value is (191,90,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01011010 11111011
Octal 277 132 373
Decimal 191 90 251
Hex BF 5A FB

RGB Percentages of Color #bf5afb

%35.90
%16.92
%47.18

CMYK Percentages of Color #bf5afb

%24
%64
%0
%2

Triadic Colors of #bf5afb

#bf5afb #fbbf5a #5afbbf

Analogous Colors of #bf5afb

#bf5afb #fb5ae7 #6f5afb

Monochromatic Colors of #bf5afb

#bf5afb

Complementary Color

#bf5afb #96fb5a

#bf5afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf5afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf5afb Color CSS Codes

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

#bf5afb Text Font Color

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

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


#bf5afb Background Color

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

This div background color is #bf5afb


#bf5afb Border Color

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

This div border color is #bf5afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf5afb

Related Colors


Comments

No comments written yet.

Please login to write comment.