Color Hex Logo

#b49dae Color Hex

#B49DAE
(180,157,174)
0 Favorites   0 Comments

Color spaces of #b49dae

RGB 180157174
HSL0.880.130.66
HSV316°13°71°
CMYK 0.000.130.03   0.29
XYZ38.519336.873245.1315
Yxy36.87320.31960.3059
Hunter Lab60.72336.9641-1.5599
CIE-Lab67.181811.4705-5.7033

#b49dae color RGB value is (180,157,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011101 10101110
Octal 264 235 256
Decimal 180 157 174
Hex B4 9D AE

RGB Percentages of Color #b49dae

%35.23
%30.72
%34.05

CMYK Percentages of Color #b49dae

%0
%13
%3
%29

Triadic Colors of #b49dae

#b49dae #aeb49d #9daeb4

Analogous Colors of #b49dae

#b49dae #b49da3 #af9db4

Monochromatic Colors of #b49dae

#b49dae

Complementary Color

#b49dae #9db4a3

#b49dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49dae Color CSS Codes

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

#b49dae Text Font Color

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

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


#b49dae Background Color

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

This div background color is #b49dae


#b49dae Border Color

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

This div border color is #b49dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49dae


Comments

No comments written yet.

Please login to write comment.