Color Hex Logo

#b89efb Color Hex

#B89EFB
(184,158,251)
0 Favorites   0 Comments

Color spaces of #b89efb

RGB 184158251
HSL0.710.920.80
HSV257°37°98°
CMYK 0.270.370.00   0.02
XYZ49.406641.609196.6941
Yxy41.60910.26320.2217
Hunter Lab64.505123.8351-43.7230
CIE-Lab70.600628.7459-42.9285

#b89efb color RGB value is (184,158,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011110 11111011
Octal 270 236 373
Decimal 184 158 251
Hex B8 9E FB

RGB Percentages of Color #b89efb

%31.03
%26.64
%42.33

CMYK Percentages of Color #b89efb

%27
%37
%0
%2

Triadic Colors of #b89efb

#b89efb #fbb89e #9efbb8

Analogous Colors of #b89efb

#b89efb #e79efb #9eb3fb

Monochromatic Colors of #b89efb

#b89efb

Complementary Color

#b89efb #e1fb9e

#b89efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89efb Color CSS Codes

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

#b89efb Text Font Color

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

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


#b89efb Background Color

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

This div background color is #b89efb


#b89efb Border Color

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

This div border color is #b89efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89efb


Comments

No comments written yet.

Please login to write comment.