Color Hex Logo

#b99efb Color Hex

#B99EFB
(185,158,251)
0 Favorites   0 Comments

Color spaces of #b99efb

RGB 185158251
HSL0.720.920.80
HSV257°37°98°
CMYK 0.260.370.00   0.02
XYZ49.647041.733096.7054
Yxy41.73300.26400.2219
Hunter Lab64.601124.1283-43.5341
CIE-Lab70.686429.0267-42.7879

#b99efb color RGB value is (185,158,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011110 11111011
Octal 271 236 373
Decimal 185 158 251
Hex B9 9E FB

RGB Percentages of Color #b99efb

%31.14
%26.60
%42.26

CMYK Percentages of Color #b99efb

%26
%37
%0
%2

Triadic Colors of #b99efb

#b99efb #fbb99e #9efbb9

Analogous Colors of #b99efb

#b99efb #e89efb #9eb2fb

Monochromatic Colors of #b99efb

#b99efb

Complementary Color

#b99efb #e0fb9e

#b99efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99efb Color CSS Codes

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

#b99efb Text Font Color

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

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


#b99efb Background Color

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

This div background color is #b99efb


#b99efb Border Color

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

This div border color is #b99efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99efb


Comments

No comments written yet.

Please login to write comment.