Color Hex Logo

#b48fbb Color Hex

#B48FBB
(180,143,187)
0 Favorites   0 Comments

Color spaces of #b48fbb

RGB 180143187
HSL0.810.240.65
HSV290°24°73°
CMYK 0.040.240.00   0.27
XYZ37.614532.936151.3885
Yxy32.93610.30850.2701
Hunter Lab57.390016.5599-12.9168
CIE-Lab64.109121.7946-17.5963

#b48fbb color RGB value is (180,143,187).

#b48fbb hex color red value is 180, green value is 143 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b48fbb hue: 0.81 , saturation: 0.24 and the lightness value of b48fbb is 0.65.

The process color (four color CMYK) of #b48fbb color hex is 0.04, 0.24, 0.00, 0.27. Web safe color of #b48fbb is #cc99cc. Color #b48fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001111 10111011
Octal 264 217 273
Decimal 180 143 187
Hex B4 8F BB

RGB Percentages of Color #b48fbb

%35.29
%28.04
%36.67

CMYK Percentages of Color #b48fbb

%4
%24
%0
%27

Triadic Colors of #b48fbb

#b48fbb #bbb48f #8fbbb4

Analogous Colors of #b48fbb

#b48fbb #bb8fac #9e8fbb

Monochromatic Colors of #b48fbb

#b48fbb

Complementary Color

#b48fbb #96bb8f

#b48fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48fbb Color CSS Codes

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

#b48fbb Text Font Color

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

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


#b48fbb Background Color

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

This div background color is #b48fbb


#b48fbb Border Color

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

This div border color is #b48fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48fbb


Comments

No comments written yet.

Please login to write comment.