Color Hex Logo

#b99afb Color Hex

#B99AFB
(185,154,251)
0 Favorites   0 Comments

Color spaces of #b99afb

RGB 185154251
HSL0.720.920.79
HSV259°39°98°
CMYK 0.260.390.00   0.02
XYZ48.975840.390596.4816
Yxy40.39050.26350.2173
Hunter Lab63.553526.3375-45.5216
CIE-Lab69.746831.2542-44.2596

#b99afb color RGB value is (185,154,251).

#b99afb hex color red value is 185, green value is 154 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b99afb hue: 0.72 , saturation: 0.92 and the lightness value of b99afb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011010 11111011
Octal 271 232 373
Decimal 185 154 251
Hex B9 9A FB

RGB Percentages of Color #b99afb

%31.36
%26.10
%42.54

CMYK Percentages of Color #b99afb

%26
%39
%0
%2

Triadic Colors of #b99afb

#b99afb #fbb99a #9afbb9

Analogous Colors of #b99afb

#b99afb #ea9afb #9aacfb

Monochromatic Colors of #b99afb

#b99afb

Complementary Color

#b99afb #dcfb9a

#b99afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99afb Color CSS Codes

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

#b99afb Text Font Color

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

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


#b99afb Background Color

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

This div background color is #b99afb


#b99afb Border Color

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

This div border color is #b99afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99afb


Comments

No comments written yet.

Please login to write comment.