Color Hex Logo

#b48dbc Color Hex

#B48DBC
(180,141,188)
0 Favorites   0 Comments

Color spaces of #b48dbc

RGB 180141188
HSL0.800.260.65
HSV290°25°74°
CMYK 0.040.250.00   0.26
XYZ37.424432.383951.8552
Yxy32.38390.30760.2662
Hunter Lab56.906917.8023-14.1920
CIE-Lab63.658923.1158-18.8426

#b48dbc color RGB value is (180,141,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001101 10111100
Octal 264 215 274
Decimal 180 141 188
Hex B4 8D BC

RGB Percentages of Color #b48dbc

%35.36
%27.70
%36.94

CMYK Percentages of Color #b48dbc

%4
%25
%0
%26

Triadic Colors of #b48dbc

#b48dbc #bcb48d #8dbcb4

Analogous Colors of #b48dbc

#b48dbc #bc8dad #9d8dbc

Monochromatic Colors of #b48dbc

#b48dbc

Complementary Color

#b48dbc #95bc8d

#b48dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48dbc Color CSS Codes

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

#b48dbc Text Font Color

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

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


#b48dbc Background Color

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

This div background color is #b48dbc


#b48dbc Border Color

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

This div border color is #b48dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48dbc


Comments

No comments written yet.

Please login to write comment.