Color Hex Logo

#b48ebd Color Hex

#B48EBD
(180,142,189)
0 Favorites   0 Comments

Color spaces of #b48ebd

RGB 180142189
HSL0.800.260.65
HSV289°25°74°
CMYK 0.050.250.00   0.26
XYZ37.680732.723452.4744
Yxy32.72340.30670.2663
Hunter Lab57.204417.4709-14.3445
CIE-Lab63.936322.7547-18.9835

#b48ebd color RGB value is (180,142,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001110 10111101
Octal 264 216 275
Decimal 180 142 189
Hex B4 8E BD

RGB Percentages of Color #b48ebd

%35.23
%27.79
%36.99

CMYK Percentages of Color #b48ebd

%5
%25
%0
%26

Triadic Colors of #b48ebd

#b48ebd #bdb48e #8ebdb4

Analogous Colors of #b48ebd

#b48ebd #bd8eaf #9d8ebd

Monochromatic Colors of #b48ebd

#b48ebd

Complementary Color

#b48ebd #97bd8e

#b48ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48ebd Color CSS Codes

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

#b48ebd Text Font Color

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

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


#b48ebd Background Color

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

This div background color is #b48ebd


#b48ebd Border Color

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

This div border color is #b48ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48ebd


Comments

No comments written yet.

Please login to write comment.