Color Hex Logo

#b99bfb Color Hex

#B99BFB
(185,155,251)
0 Favorites   0 Comments

Color spaces of #b99bfb

RGB 185155251
HSL0.720.920.80
HSV259°38°98°
CMYK 0.260.380.00   0.02
XYZ49.141540.722096.5369
Yxy40.72200.26360.2185
Hunter Lab63.813825.7845-45.0237
CIE-Lab69.980730.6974-43.8930

#b99bfb color RGB value is (185,155,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011011 11111011
Octal 271 233 373
Decimal 185 155 251
Hex B9 9B FB

RGB Percentages of Color #b99bfb

%31.30
%26.23
%42.47

CMYK Percentages of Color #b99bfb

%26
%38
%0
%2

Triadic Colors of #b99bfb

#b99bfb #fbb99b #9bfbb9

Analogous Colors of #b99bfb

#b99bfb #e99bfb #9badfb

Monochromatic Colors of #b99bfb

#b99bfb

Complementary Color

#b99bfb #ddfb9b

#b99bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99bfb Color CSS Codes

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

#b99bfb Text Font Color

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

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


#b99bfb Background Color

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

This div background color is #b99bfb


#b99bfb Border Color

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

This div border color is #b99bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.