Color Hex Logo

#b49dad Color Hex

#B49DAD
(180,157,173)
0 Favorites   0 Comments

Color spaces of #b49dad

RGB 180157173
HSL0.880.130.66
HSV318°13°71°
CMYK 0.000.130.04   0.29
XYZ38.422236.834444.6198
Yxy36.83440.32050.3073
Hunter Lab60.69146.7941-1.1056
CIE-Lab67.152611.2852-5.1880

#b49dad color RGB value is (180,157,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011101 10101101
Octal 264 235 255
Decimal 180 157 173
Hex B4 9D AD

RGB Percentages of Color #b49dad

%35.29
%30.78
%33.92

CMYK Percentages of Color #b49dad

%0
%13
%4
%29

Triadic Colors of #b49dad

#b49dad #adb49d #9dadb4

Analogous Colors of #b49dad

#b49dad #b49da2 #b09db4

Monochromatic Colors of #b49dad

#b49dad

Complementary Color

#b49dad #9db4a4

#b49dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49dad Color CSS Codes

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

#b49dad Text Font Color

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

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


#b49dad Background Color

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

This div background color is #b49dad


#b49dad Border Color

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

This div border color is #b49dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49dad


Comments

No comments written yet.

Please login to write comment.