Color Hex Logo

#b9abfb Color Hex

#B9ABFB
(185,171,251)
0 Favorites   0 Comments

Color spaces of #b9abfb

RGB 185171251
HSL0.700.910.83
HSV251°32°98°
CMYK 0.260.320.00   0.02
XYZ51.983146.405197.4841
Yxy46.40510.26540.2369
Hunter Lab68.121317.0004-37.1613
CIE-Lab73.807621.7926-37.9212

#b9abfb color RGB value is (185,171,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101011 11111011
Octal 271 253 373
Decimal 185 171 251
Hex B9 AB FB

RGB Percentages of Color #b9abfb

%30.48
%28.17
%41.35

CMYK Percentages of Color #b9abfb

%26
%32
%0
%2

Triadic Colors of #b9abfb

#b9abfb #fbb9ab #abfbb9

Analogous Colors of #b9abfb

#b9abfb #e1abfb #abc5fb

Monochromatic Colors of #b9abfb

#b9abfb

Complementary Color

#b9abfb #edfbab

#b9abfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9abfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9abfb Color CSS Codes

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

#b9abfb Text Font Color

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

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


#b9abfb Background Color

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

This div background color is #b9abfb


#b9abfb Border Color

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

This div border color is #b9abfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9abfb


Comments

No comments written yet.

Please login to write comment.