Color Hex Logo

#b48dbf Color Hex

#B48DBF
(180,141,191)
0 Favorites   0 Comments

Color spaces of #b48dbf

RGB 180141191
HSL0.800.280.65
HSV287°26°75°
CMYK 0.060.260.00   0.25
XYZ37.751232.514653.5765
Yxy32.51460.30480.2625
Hunter Lab57.021618.3884-15.7928
CIE-Lab63.765923.7181-20.3674

#b48dbf color RGB value is (180,141,191).

#b48dbf hex color red value is 180, green value is 141 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b48dbf hue: 0.80 , saturation: 0.28 and the lightness value of b48dbf is 0.65.

The process color (four color CMYK) of #b48dbf color hex is 0.06, 0.26, 0.00, 0.25. Web safe color of #b48dbf is #cc99cc. Color #b48dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001101 10111111
Octal 264 215 277
Decimal 180 141 191
Hex B4 8D BF

RGB Percentages of Color #b48dbf

%35.16
%27.54
%37.30

CMYK Percentages of Color #b48dbf

%6
%26
%0
%25

Triadic Colors of #b48dbf

#b48dbf #bfb48d #8dbfb4

Analogous Colors of #b48dbf

#b48dbf #bf8db1 #9b8dbf

Monochromatic Colors of #b48dbf

#b48dbf

Complementary Color

#b48dbf #98bf8d

#b48dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48dbf Color CSS Codes

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

#b48dbf Text Font Color

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

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


#b48dbf Background Color

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

This div background color is #b48dbf


#b48dbf Border Color

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

This div border color is #b48dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48dbf


Comments

No comments written yet.

Please login to write comment.