Color Hex Logo

#b08fbd Color Hex

#B08FBD
(176,143,189)
0 Favorites   0 Comments

Color spaces of #b08fbd

RGB 176143189
HSL0.790.260.65
HSV283°24°74°
CMYK 0.070.240.00   0.26
XYZ36.912332.549252.4812
Yxy32.54920.30270.2669
Hunter Lab57.051915.6478-14.6037
CIE-Lab63.794220.8533-19.2353

#b08fbd color RGB value is (176,143,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001111 10111101
Octal 260 217 275
Decimal 176 143 189
Hex B0 8F BD

RGB Percentages of Color #b08fbd

%34.65
%28.15
%37.20

CMYK Percentages of Color #b08fbd

%7
%24
%0
%26

Triadic Colors of #b08fbd

#b08fbd #bdb08f #8fbdb0

Analogous Colors of #b08fbd

#b08fbd #bd8fb3 #998fbd

Monochromatic Colors of #b08fbd

#b08fbd

Complementary Color

#b08fbd #9cbd8f

#b08fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08fbd Color CSS Codes

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

#b08fbd Text Font Color

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

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


#b08fbd Background Color

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

This div background color is #b08fbd


#b08fbd Border Color

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

This div border color is #b08fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08fbd


Comments

No comments written yet.

Please login to write comment.