Color Hex Logo

#b49daf Color Hex

#B49DAF
(180,157,175)
0 Favorites   0 Comments

Color spaces of #b49daf

RGB 180157175
HSL0.870.130.66
HSV313°13°71°
CMYK 0.000.130.03   0.29
XYZ38.617236.912445.6469
Yxy36.91240.31870.3046
Hunter Lab60.75567.1352-2.0169
CIE-Lab67.211311.6567-6.2180

#b49daf color RGB value is (180,157,175).

#b49daf hex color red value is 180, green value is 157 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b49daf hue: 0.87 , saturation: 0.13 and the lightness value of b49daf is 0.66.

The process color (four color CMYK) of #b49daf color hex is 0.00, 0.13, 0.03, 0.29. Web safe color of #b49daf is #cc9999. Color #b49daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011101 10101111
Octal 264 235 257
Decimal 180 157 175
Hex B4 9D AF

RGB Percentages of Color #b49daf

%35.16
%30.66
%34.18

CMYK Percentages of Color #b49daf

%0
%13
%3
%29

Triadic Colors of #b49daf

#b49daf #afb49d #9dafb4

Analogous Colors of #b49daf

#b49daf #b49da4 #ae9db4

Monochromatic Colors of #b49daf

#b49daf

Complementary Color

#b49daf #9db4a2

#b49daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49daf Color CSS Codes

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

#b49daf Text Font Color

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

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


#b49daf Background Color

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

This div background color is #b49daf


#b49daf Border Color

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

This div border color is #b49daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49daf


Comments

No comments written yet.

Please login to write comment.