Color Hex Logo

#b09bdf Color Hex

#B09BDF
(176,155,223)
0 Favorites   0 Comments

Color spaces of #b09bdf

RGB 176155223
HSL0.720.520.74
HSV259°30°87°
CMYK 0.210.300.00   0.13
XYZ42.945138.000574.8834
Yxy38.00050.27560.2439
Hunter Lab61.644516.4753-28.8720
CIE-Lab68.021021.5140-31.6744

#b09bdf color RGB value is (176,155,223).

#b09bdf hex color red value is 176, green value is 155 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b09bdf hue: 0.72 , saturation: 0.52 and the lightness value of b09bdf is 0.74.

The process color (four color CMYK) of #b09bdf color hex is 0.21, 0.30, 0.00, 0.13. Web safe color of #b09bdf is #9999cc. Color #b09bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011011 11011111
Octal 260 233 337
Decimal 176 155 223
Hex B0 9B DF

RGB Percentages of Color #b09bdf

%31.77
%27.98
%40.25

CMYK Percentages of Color #b09bdf

%21
%30
%0
%13

Triadic Colors of #b09bdf

#b09bdf #dfb09b #9bdfb0

Analogous Colors of #b09bdf

#b09bdf #d29bdf #9ba8df

Monochromatic Colors of #b09bdf

#b09bdf

Complementary Color

#b09bdf #cadf9b

#b09bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09bdf Color CSS Codes

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

#b09bdf Text Font Color

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

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


#b09bdf Background Color

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

This div background color is #b09bdf


#b09bdf Border Color

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

This div border color is #b09bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09bdf


Comments

No comments written yet.

Please login to write comment.