Color Hex Logo

#b09ddb Color Hex

#B09DDB
(176,157,219)
0 Favorites   0 Comments

Color spaces of #b09ddb

RGB 176157219
HSL0.720.460.74
HSV258°28°86°
CMYK 0.200.280.00   0.14
XYZ42.747638.458572.1880
Yxy38.45850.27870.2507
Hunter Lab62.014914.5160-25.6056
CIE-Lab68.357219.4758-28.9506

#b09ddb color RGB value is (176,157,219).

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

The process color (four color CMYK) of #b09ddb color hex is 0.20, 0.28, 0.00, 0.14. Web safe color of #b09ddb is #9999cc. Color #b09ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011101 11011011
Octal 260 235 333
Decimal 176 157 219
Hex B0 9D DB

RGB Percentages of Color #b09ddb

%31.88
%28.44
%39.67

CMYK Percentages of Color #b09ddb

%20
%28
%0
%14

Triadic Colors of #b09ddb

#b09ddb #dbb09d #9ddbb0

Analogous Colors of #b09ddb

#b09ddb #cf9ddb #9da9db

Monochromatic Colors of #b09ddb

#b09ddb

Complementary Color

#b09ddb #c8db9d

#b09ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09ddb Color CSS Codes

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

#b09ddb Text Font Color

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

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


#b09ddb Background Color

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

This div background color is #b09ddb


#b09ddb Border Color

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

This div border color is #b09ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09ddb


Comments

No comments written yet.

Please login to write comment.