Color Hex Logo

#bf9fdb Color Hex

#BF9FDB
(191,159,219)
0 Favorites   0 Comments

Color spaces of #bf9fdb

RGB 191159219
HSL0.760.450.74
HSV272°27°86°
CMYK 0.130.270.00   0.14
XYZ46.670240.987172.4694
Yxy40.98710.29150.2560
Hunter Lab64.021218.0860-22.2991
CIE-Lab70.166923.0517-26.0568

#bf9fdb color RGB value is (191,159,219).

#bf9fdb hex color red value is 191, green value is 159 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bf9fdb hue: 0.76 , saturation: 0.45 and the lightness value of bf9fdb is 0.74.

The process color (four color CMYK) of #bf9fdb color hex is 0.13, 0.27, 0.00, 0.14. Web safe color of #bf9fdb is #cc99cc. Color #bf9fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10011111 11011011
Octal 277 237 333
Decimal 191 159 219
Hex BF 9F DB

RGB Percentages of Color #bf9fdb

%33.57
%27.94
%38.49

CMYK Percentages of Color #bf9fdb

%13
%27
%0
%14

Triadic Colors of #bf9fdb

#bf9fdb #dbbf9f #9fdbbf

Analogous Colors of #bf9fdb

#bf9fdb #db9fd9 #a19fdb

Monochromatic Colors of #bf9fdb

#bf9fdb

Complementary Color

#bf9fdb #bbdb9f

#bf9fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf9fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf9fdb Color CSS Codes

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

#bf9fdb Text Font Color

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

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


#bf9fdb Background Color

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

This div background color is #bf9fdb


#bf9fdb Border Color

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

This div border color is #bf9fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf9fdb


Comments

No comments written yet.

Please login to write comment.