Color Hex Logo

#b09bfb Color Hex

#B09BFB
(176,155,251)
0 Favorites   0 Comments

Color spaces of #b09bfb

RGB 176155251
HSL0.700.920.80
HSV253°38°98°
CMYK 0.300.380.00   0.02
XYZ47.038439.637896.4385
Yxy39.63780.25690.2165
Hunter Lab62.958623.1857-46.7481
CIE-Lab69.210828.2075-45.1551

#b09bfb color RGB value is (176,155,251).

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

The process color (four color CMYK) of #b09bfb color hex is 0.30, 0.38, 0.00, 0.02. Web safe color of #b09bfb is #9999ff. Color #b09bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011011 11111011
Octal 260 233 373
Decimal 176 155 251
Hex B0 9B FB

RGB Percentages of Color #b09bfb

%30.24
%26.63
%43.13

CMYK Percentages of Color #b09bfb

%30
%38
%0
%2

Triadic Colors of #b09bfb

#b09bfb #fbb09b #9bfbb0

Analogous Colors of #b09bfb

#b09bfb #e09bfb #9bb6fb

Monochromatic Colors of #b09bfb

#b09bfb

Complementary Color

#b09bfb #e6fb9b

#b09bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09bfb Color CSS Codes

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

#b09bfb Text Font Color

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

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


#b09bfb Background Color

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

This div background color is #b09bfb


#b09bfb Border Color

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

This div border color is #b09bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09bfb


Comments

No comments written yet.

Please login to write comment.