Color Hex Logo

#b09beb Color Hex

#B09BEB
(176,155,235)
0 Favorites   0 Comments

Color spaces of #b09beb

RGB 176155235
HSL0.710.670.76
HSV256°34°92°
CMYK 0.250.340.00   0.08
XYZ44.621238.671083.7097
Yxy38.67100.26720.2316
Hunter Lab62.186019.2561-36.2811
CIE-Lab68.512324.3243-37.5074

#b09beb color RGB value is (176,155,235).

#b09beb hex color red value is 176, green value is 155 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b09beb hue: 0.71 , saturation: 0.67 and the lightness value of b09beb is 0.76.

The process color (four color CMYK) of #b09beb color hex is 0.25, 0.34, 0.00, 0.08. Web safe color of #b09beb is #9999ff. Color #b09beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011011 11101011
Octal 260 233 353
Decimal 176 155 235
Hex B0 9B EB

RGB Percentages of Color #b09beb

%31.10
%27.39
%41.52

CMYK Percentages of Color #b09beb

%25
%34
%0
%8

Triadic Colors of #b09beb

#b09beb #ebb09b #9bebb0

Analogous Colors of #b09beb

#b09beb #d89beb #9baeeb

Monochromatic Colors of #b09beb

#b09beb

Complementary Color

#b09beb #d6eb9b

#b09beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09beb Color CSS Codes

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

#b09beb Text Font Color

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

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


#b09beb Background Color

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

This div background color is #b09beb


#b09beb Border Color

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

This div border color is #b09beb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,155,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b09beb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09beb


Comments

No comments written yet.

Please login to write comment.