Color Hex Logo

#bf96fd Color Hex

#BF96FD
(191,150,253)
0 Favorites   0 Comments

Color spaces of #bf96fd

RGB 191150253
HSL0.730.960.79
HSV264°41°99°
CMYK 0.250.410.00   0.01
XYZ50.121839.980998.0039
Yxy39.98090.26650.2125
Hunter Lab63.230530.8409-47.6351
CIE-Lab69.455935.6103-45.7661

#bf96fd color RGB value is (191,150,253).

#bf96fd hex color red value is 191, green value is 150 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bf96fd hue: 0.73 , saturation: 0.96 and the lightness value of bf96fd is 0.79.

The process color (four color CMYK) of #bf96fd color hex is 0.25, 0.41, 0.00, 0.01. Web safe color of #bf96fd is #cc99ff. Color #bf96fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10010110 11111101
Octal 277 226 375
Decimal 191 150 253
Hex BF 96 FD

RGB Percentages of Color #bf96fd

%32.15
%25.25
%42.59

CMYK Percentages of Color #bf96fd

%25
%41
%0
%1

Triadic Colors of #bf96fd

#bf96fd #fdbf96 #96fdbf

Analogous Colors of #bf96fd

#bf96fd #f396fd #96a1fd

Monochromatic Colors of #bf96fd

#bf96fd

Complementary Color

#bf96fd #d4fd96

#bf96fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf96fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf96fd Color CSS Codes

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

#bf96fd Text Font Color

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

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


#bf96fd Background Color

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

This div background color is #bf96fd


#bf96fd Border Color

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

This div border color is #bf96fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf96fd

Related Colors


Comments

No comments written yet.

Please login to write comment.