Color Hex Logo

#b48dac Color Hex

#B48DAC
(180,141,172)
0 Favorites   0 Comments

Color spaces of #b48dac

RGB 180141172
HSL0.870.210.63
HSV312°22°71°
CMYK 0.000.220.04   0.29
XYZ35.793731.731643.2680
Yxy31.73160.32310.2864
Hunter Lab56.330814.8435-6.1094
CIE-Lab63.120420.0348-10.6244

#b48dac color RGB value is (180,141,172).

#b48dac hex color red value is 180, green value is 141 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b48dac hue: 0.87 , saturation: 0.21 and the lightness value of b48dac is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001101 10101100
Octal 264 215 254
Decimal 180 141 172
Hex B4 8D AC

RGB Percentages of Color #b48dac

%36.51
%28.60
%34.89

CMYK Percentages of Color #b48dac

%0
%22
%4
%29

Triadic Colors of #b48dac

#b48dac #acb48d #8dacb4

Analogous Colors of #b48dac

#b48dac #b48d99 #a98db4

Monochromatic Colors of #b48dac

#b48dac

Complementary Color

#b48dac #8db495

#b48dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48dac Color CSS Codes

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

#b48dac Text Font Color

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

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


#b48dac Background Color

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

This div background color is #b48dac


#b48dac Border Color

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

This div border color is #b48dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48dac


Comments

No comments written yet.

Please login to write comment.