Color Hex Logo

#b89fbc Color Hex

#B89FBC
(184,159,188)
0 Favorites   0 Comments

Color spaces of #b89fbc

RGB 184159188
HSL0.810.180.68
HSV292°15°74°
CMYK 0.020.150.00   0.26
XYZ41.242438.617552.8572
Yxy38.61750.31080.2910
Hunter Lab62.14309.7148-6.9304
CIE-Lab68.473314.4253-11.5415

#b89fbc color RGB value is (184,159,188).

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

The process color (four color CMYK) of #b89fbc color hex is 0.02, 0.15, 0.00, 0.26. Web safe color of #b89fbc is #cc99cc. Color #b89fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011111 10111100
Octal 270 237 274
Decimal 184 159 188
Hex B8 9F BC

RGB Percentages of Color #b89fbc

%34.65
%29.94
%35.40

CMYK Percentages of Color #b89fbc

%2
%15
%0
%26

Triadic Colors of #b89fbc

#b89fbc #bcb89f #9fbcb8

Analogous Colors of #b89fbc

#b89fbc #bc9fb2 #aa9fbc

Monochromatic Colors of #b89fbc

#b89fbc

Complementary Color

#b89fbc #a3bc9f

#b89fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89fbc Color CSS Codes

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

#b89fbc Text Font Color

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

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


#b89fbc Background Color

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

This div background color is #b89fbc


#b89fbc Border Color

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

This div border color is #b89fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89fbc


Comments

No comments written yet.

Please login to write comment.