Color Hex Logo

#b89ebf Color Hex

#B89EBF
(184,158,191)
0 Favorites   0 Comments

Color spaces of #b89ebf

RGB 184158191
HSL0.800.200.68
HSV287°17°75°
CMYK 0.040.170.00   0.25
XYZ41.398038.405754.5213
Yxy38.40570.30820.2859
Hunter Lab61.972310.7878-8.7808
CIE-Lab68.318615.5676-13.4408

#b89ebf color RGB value is (184,158,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011110 10111111
Octal 270 236 277
Decimal 184 158 191
Hex B8 9E BF

RGB Percentages of Color #b89ebf

%34.52
%29.64
%35.83

CMYK Percentages of Color #b89ebf

%4
%17
%0
%25

Triadic Colors of #b89ebf

#b89ebf #bfb89e #9ebfb8

Analogous Colors of #b89ebf

#b89ebf #bf9eb6 #a89ebf

Monochromatic Colors of #b89ebf

#b89ebf

Complementary Color

#b89ebf #a5bf9e

#b89ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89ebf Color CSS Codes

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

#b89ebf Text Font Color

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

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


#b89ebf Background Color

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

This div background color is #b89ebf


#b89ebf Border Color

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

This div border color is #b89ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89ebf


Comments

No comments written yet.

Please login to write comment.