Color Hex Logo

#b09bad Color Hex

#B09BAD
(176,155,173)
0 Favorites   0 Comments

Color spaces of #b09bad

RGB 176155173
HSL0.860.120.65
HSV309°12°69°
CMYK 0.000.120.02   0.31
XYZ37.168735.689944.4650
Yxy35.68990.31680.3042
Hunter Lab59.74106.5094-2.3106
CIE-Lab66.282310.9715-6.5165

#b09bad color RGB value is (176,155,173).

#b09bad hex color red value is 176, green value is 155 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b09bad hue: 0.86 , saturation: 0.12 and the lightness value of b09bad is 0.65.

The process color (four color CMYK) of #b09bad color hex is 0.00, 0.12, 0.02, 0.31. Web safe color of #b09bad is #999999. Color #b09bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011011 10101101
Octal 260 233 255
Decimal 176 155 173
Hex B0 9B AD

RGB Percentages of Color #b09bad

%34.92
%30.75
%34.33

CMYK Percentages of Color #b09bad

%0
%12
%2
%31

Triadic Colors of #b09bad

#b09bad #adb09b #9badb0

Analogous Colors of #b09bad

#b09bad #b09ba3 #a99bb0

Monochromatic Colors of #b09bad

#b09bad

Complementary Color

#b09bad #9bb09e

#b09bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09bad Color CSS Codes

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

#b09bad Text Font Color

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

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


#b09bad Background Color

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

This div background color is #b09bad


#b09bad Border Color

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

This div border color is #b09bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09bad


Comments

No comments written yet.

Please login to write comment.