Color Hex Logo

#b09deb Color Hex

#B09DEB
(176,157,235)
0 Favorites   0 Comments

Color spaces of #b09deb

RGB 176157235
HSL0.710.660.77
HSV255°33°92°
CMYK 0.250.330.00   0.08
XYZ44.956939.342283.8216
Yxy39.34220.26740.2340
Hunter Lab62.723418.1738-35.3270
CIE-Lab68.998423.2009-36.7508

#b09deb color RGB value is (176,157,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011101 11101011
Octal 260 235 353
Decimal 176 157 235
Hex B0 9D EB

RGB Percentages of Color #b09deb

%30.99
%27.64
%41.37

CMYK Percentages of Color #b09deb

%25
%33
%0
%8

Triadic Colors of #b09deb

#b09deb #ebb09d #9debb0

Analogous Colors of #b09deb

#b09deb #d79deb #9db1eb

Monochromatic Colors of #b09deb

#b09deb

Complementary Color

#b09deb #d8eb9d

#b09deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09deb Color CSS Codes

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

#b09deb Text Font Color

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

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


#b09deb Background Color

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

This div background color is #b09deb


#b09deb Border Color

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

This div border color is #b09deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09deb


Comments

No comments written yet.

Please login to write comment.