Color Hex Logo

#b89eba Color Hex

#B89EBA
(184,158,186)
0 Favorites   0 Comments

Color spaces of #b89eba

RGB 184158186
HSL0.820.170.67
HSV296°15°73°
CMYK 0.010.150.00   0.27
XYZ40.857038.189251.6722
Yxy38.18920.31260.2921
Hunter Lab61.79749.8688-6.3174
CIE-Lab68.159814.5936-10.8984

#b89eba color RGB value is (184,158,186).

#b89eba hex color red value is 184, green value is 158 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b89eba hue: 0.82 , saturation: 0.17 and the lightness value of b89eba is 0.67.

The process color (four color CMYK) of #b89eba color hex is 0.01, 0.15, 0.00, 0.27. Web safe color of #b89eba is #cc99cc. Color #b89eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011110 10111010
Octal 270 236 272
Decimal 184 158 186
Hex B8 9E BA

RGB Percentages of Color #b89eba

%34.85
%29.92
%35.23

CMYK Percentages of Color #b89eba

%1
%15
%0
%27

Triadic Colors of #b89eba

#b89eba #bab89e #9ebab8

Analogous Colors of #b89eba

#b89eba #ba9eae #aa9eba

Monochromatic Colors of #b89eba

#b89eba

Complementary Color

#b89eba #a0ba9e

#b89eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89eba Color CSS Codes

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

#b89eba Text Font Color

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

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


#b89eba Background Color

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

This div background color is #b89eba


#b89eba Border Color

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

This div border color is #b89eba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,158,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89eba


Comments

No comments written yet.

Please login to write comment.