Color Hex Logo

#b49dba Color Hex

#B49DBA
(180,157,186)
0 Favorites   0 Comments

Color spaces of #b49dba

RGB 180157186
HSL0.800.170.67
HSV288°16°73°
CMYK 0.030.160.00   0.27
XYZ39.742337.362451.5714
Yxy37.36240.30890.2904
Hunter Lab61.12489.0893-7.2360
CIE-Lab67.548013.7672-11.8517

#b49dba color RGB value is (180,157,186).

#b49dba hex color red value is 180, green value is 157 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b49dba hue: 0.80 , saturation: 0.17 and the lightness value of b49dba is 0.67.

The process color (four color CMYK) of #b49dba color hex is 0.03, 0.16, 0.00, 0.27. Web safe color of #b49dba is #cc99cc. Color #b49dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011101 10111010
Octal 264 235 272
Decimal 180 157 186
Hex B4 9D BA

RGB Percentages of Color #b49dba

%34.42
%30.02
%35.56

CMYK Percentages of Color #b49dba

%3
%16
%0
%27

Triadic Colors of #b49dba

#b49dba #bab49d #9dbab4

Analogous Colors of #b49dba

#b49dba #ba9db2 #a69dba

Monochromatic Colors of #b49dba

#b49dba

Complementary Color

#b49dba #a3ba9d

#b49dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49dba Color CSS Codes

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

#b49dba Text Font Color

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

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


#b49dba Background Color

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

This div background color is #b49dba


#b49dba Border Color

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

This div border color is #b49dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49dba


Comments

No comments written yet.

Please login to write comment.