Color Hex Logo

#b08dbd Color Hex

#B08DBD
(176,141,189)
0 Favorites   0 Comments

Color spaces of #b08dbd

RGB 176141189
HSL0.790.270.65
HSV284°25°74°
CMYK 0.070.250.00   0.26
XYZ36.614731.954052.3820
Yxy31.95400.30270.2642
Hunter Lab56.527916.6957-15.3720
CIE-Lab63.304821.9797-19.9801

#b08dbd color RGB value is (176,141,189).

#b08dbd hex color red value is 176, green value is 141 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b08dbd hue: 0.79 , saturation: 0.27 and the lightness value of b08dbd is 0.65.

The process color (four color CMYK) of #b08dbd color hex is 0.07, 0.25, 0.00, 0.26. Web safe color of #b08dbd is #9999cc. Color #b08dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001101 10111101
Octal 260 215 275
Decimal 176 141 189
Hex B0 8D BD

RGB Percentages of Color #b08dbd

%34.78
%27.87
%37.35

CMYK Percentages of Color #b08dbd

%7
%25
%0
%26

Triadic Colors of #b08dbd

#b08dbd #bdb08d #8dbdb0

Analogous Colors of #b08dbd

#b08dbd #bd8db2 #988dbd

Monochromatic Colors of #b08dbd

#b08dbd

Complementary Color

#b08dbd #9abd8d

#b08dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08dbd Color CSS Codes

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

#b08dbd Text Font Color

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

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


#b08dbd Background Color

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

This div background color is #b08dbd


#b08dbd Border Color

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

This div border color is #b08dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08dbd


Comments

No comments written yet.

Please login to write comment.