Color Hex Logo

#bfabfb Color Hex

#BFABFB
(191,171,251)
0 Favorites   0 Comments

Color spaces of #bfabfb

RGB 191171251
HSL0.710.910.83
HSV255°32°98°
CMYK 0.240.320.00   0.02
XYZ53.461447.167297.5533
Yxy47.16720.26980.2380
Hunter Lab68.678418.7628-36.1428
CIE-Lab74.296623.5249-37.1237

#bfabfb color RGB value is (191,171,251).

#bfabfb hex color red value is 191, green value is 171 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bfabfb hue: 0.71 , saturation: 0.91 and the lightness value of bfabfb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101011 11111011
Octal 277 253 373
Decimal 191 171 251
Hex BF AB FB

RGB Percentages of Color #bfabfb

%31.16
%27.90
%40.95

CMYK Percentages of Color #bfabfb

%24
%32
%0
%2

Triadic Colors of #bfabfb

#bfabfb #fbbfab #abfbbf

Analogous Colors of #bfabfb

#bfabfb #e7abfb #abbffb

Monochromatic Colors of #bfabfb

#bfabfb

Complementary Color

#bfabfb #e7fbab

#bfabfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfabfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfabfb Color CSS Codes

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

#bfabfb Text Font Color

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

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


#bfabfb Background Color

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

This div background color is #bfabfb


#bfabfb Border Color

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

This div border color is #bfabfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfabfb


Comments

No comments written yet.

Please login to write comment.