Color Hex Logo

#b89dbf Color Hex

#B89DBF
(184,157,191)
0 Favorites   0 Comments

Color spaces of #b89dbf

RGB 184157191
HSL0.800.210.68
HSV288°18°75°
CMYK 0.040.180.00   0.25
XYZ41.228138.065954.4647
Yxy38.06590.30820.2846
Hunter Lab61.697611.3081-9.1511
CIE-Lab68.069216.1234-13.8158

#b89dbf color RGB value is (184,157,191).

#b89dbf hex color red value is 184, green value is 157 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b89dbf hue: 0.80 , saturation: 0.21 and the lightness value of b89dbf is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011101 10111111
Octal 270 235 277
Decimal 184 157 191
Hex B8 9D BF

RGB Percentages of Color #b89dbf

%34.59
%29.51
%35.90

CMYK Percentages of Color #b89dbf

%4
%18
%0
%25

Triadic Colors of #b89dbf

#b89dbf #bfb89d #9dbfb8

Analogous Colors of #b89dbf

#b89dbf #bf9db5 #a79dbf

Monochromatic Colors of #b89dbf

#b89dbf

Complementary Color

#b89dbf #a4bf9d

#b89dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89dbf Color CSS Codes

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

#b89dbf Text Font Color

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

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


#b89dbf Background Color

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

This div background color is #b89dbf


#b89dbf Border Color

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

This div border color is #b89dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89dbf


Comments

No comments written yet.

Please login to write comment.