Color Hex Logo

#b48bac Color Hex

#B48BAC
(180,139,172)
0 Favorites   0 Comments

Color spaces of #b48bac

RGB 180139172
HSL0.870.210.63
HSV312°23°71°
CMYK 0.000.230.04   0.29
XYZ35.501431.147143.1706
Yxy31.14710.32330.2836
Hunter Lab55.809615.8800-6.7961
CIE-Lab62.631621.1562-11.3567

#b48bac color RGB value is (180,139,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001011 10101100
Octal 264 213 254
Decimal 180 139 172
Hex B4 8B AC

RGB Percentages of Color #b48bac

%36.66
%28.31
%35.03

CMYK Percentages of Color #b48bac

%0
%23
%4
%29

Triadic Colors of #b48bac

#b48bac #acb48b #8bacb4

Analogous Colors of #b48bac

#b48bac #b48b98 #a88bb4

Monochromatic Colors of #b48bac

#b48bac

Complementary Color

#b48bac #8bb493

#b48bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48bac Color CSS Codes

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

#b48bac Text Font Color

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

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


#b48bac Background Color

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

This div background color is #b48bac


#b48bac Border Color

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

This div border color is #b48bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48bac


Comments

No comments written yet.

Please login to write comment.