Color Hex Logo

#b89ebd Color Hex

#B89EBD
(184,158,189)
0 Favorites   0 Comments

Color spaces of #b89ebd

RGB 184158189
HSL0.810.190.68
HSV290°16°74°
CMYK 0.030.160.00   0.26
XYZ41.179338.318253.3699
Yxy38.31820.30990.2884
Hunter Lab61.901710.4168-7.7870
CIE-Lab68.254515.1752-12.4253

#b89ebd color RGB value is (184,158,189).

#b89ebd hex color red value is 184, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b89ebd hue: 0.81 , saturation: 0.19 and the lightness value of b89ebd is 0.68.

The process color (four color CMYK) of #b89ebd color hex is 0.03, 0.16, 0.00, 0.26. Web safe color of #b89ebd is #cc99cc. Color #b89ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011110 10111101
Octal 270 236 275
Decimal 184 158 189
Hex B8 9E BD

RGB Percentages of Color #b89ebd

%34.65
%29.76
%35.59

CMYK Percentages of Color #b89ebd

%3
%16
%0
%26

Triadic Colors of #b89ebd

#b89ebd #bdb89e #9ebdb8

Analogous Colors of #b89ebd

#b89ebd #bd9eb3 #a99ebd

Monochromatic Colors of #b89ebd

#b89ebd

Complementary Color

#b89ebd #a3bd9e

#b89ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89ebd Color CSS Codes

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

#b89ebd Text Font Color

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

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


#b89ebd Background Color

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

This div background color is #b89ebd


#b89ebd Border Color

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

This div border color is #b89ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,158,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 #b89ebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89ebd


Comments

No comments written yet.

Please login to write comment.