Color Hex Logo

#bf9afa Color Hex

#BF9AFA
(191,154,250)
0 Favorites   0 Comments

Color spaces of #bf9afa

RGB 191154250
HSL0.730.910.79
HSV263°38°98°
CMYK 0.240.380.00   0.02
XYZ50.296841.089795.7227
Yxy41.08970.26880.2196
Hunter Lab64.101227.8822-43.6672
CIE-Lab70.238732.7057-42.9064

#bf9afa color RGB value is (191,154,250).

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

The process color (four color CMYK) of #bf9afa color hex is 0.24, 0.38, 0.00, 0.02. Web safe color of #bf9afa is #cc99ff. Color #bf9afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10011010 11111010
Octal 277 232 372
Decimal 191 154 250
Hex BF 9A FA

RGB Percentages of Color #bf9afa

%32.10
%25.88
%42.02

CMYK Percentages of Color #bf9afa

%24
%38
%0
%2

Triadic Colors of #bf9afa

#bf9afa #fabf9a #9afabf

Analogous Colors of #bf9afa

#bf9afa #ef9afa #9aa5fa

Monochromatic Colors of #bf9afa

#bf9afa

Complementary Color

#bf9afa #d5fa9a

#bf9afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf9afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf9afa Color CSS Codes

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

#bf9afa Text Font Color

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

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


#bf9afa Background Color

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

This div background color is #bf9afa


#bf9afa Border Color

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

This div border color is #bf9afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf9afa


Comments

No comments written yet.

Please login to write comment.