Color Hex Logo

#b49bfb Color Hex

#B49BFB
(180,155,251)
0 Favorites   0 Comments

Color spaces of #b49bfb

RGB 180155251
HSL0.710.920.80
HSV256°38°98°
CMYK 0.280.380.00   0.02
XYZ47.956340.111096.4814
Yxy40.11100.25990.2173
Hunter Lab63.333224.3281-45.9887
CIE-Lab69.548529.3077-44.6013

#b49bfb color RGB value is (180,155,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011011 11111011
Octal 264 233 373
Decimal 180 155 251
Hex B4 9B FB

RGB Percentages of Color #b49bfb

%30.72
%26.45
%42.83

CMYK Percentages of Color #b49bfb

%28
%38
%0
%2

Triadic Colors of #b49bfb

#b49bfb #fbb49b #9bfbb4

Analogous Colors of #b49bfb

#b49bfb #e49bfb #9bb2fb

Monochromatic Colors of #b49bfb

#b49bfb

Complementary Color

#b49bfb #e2fb9b

#b49bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49bfb Color CSS Codes

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

#b49bfb Text Font Color

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

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


#b49bfb Background Color

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

This div background color is #b49bfb


#b49bfb Border Color

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

This div border color is #b49bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49bfb


Comments

No comments written yet.

Please login to write comment.