Color Hex Logo

#b48b9d Color Hex

#B48B9D
(180,139,157)
0 Favorites   0 Comments

Color spaces of #b48b9d

RGB 180139157
HSL0.930.210.63
HSV334°23°71°
CMYK 0.000.230.13   0.29
XYZ34.140830.602936.0058
Yxy30.60290.33890.3038
Hunter Lab55.319913.35190.1341
CIE-Lab62.171018.4815-3.5263

#b48b9d color RGB value is (180,139,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001011 10011101
Octal 264 213 235
Decimal 180 139 157
Hex B4 8B 9D

RGB Percentages of Color #b48b9d

%37.82
%29.20
%32.98

CMYK Percentages of Color #b48b9d

%0
%23
%13
%29

Triadic Colors of #b48b9d

#b48b9d #9db48b #8b9db4

Analogous Colors of #b48b9d

#b48b9d #b48e8b #b48bb2

Monochromatic Colors of #b48b9d

#b48b9d

Complementary Color

#b48b9d #8bb4a2

#b48b9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48b9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48b9d Color CSS Codes

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

#b48b9d Text Font Color

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

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


#b48b9d Background Color

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

This div background color is #b48b9d


#b48b9d Border Color

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

This div border color is #b48b9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48b9d


Comments

No comments written yet.

Please login to write comment.