Color Hex Logo

#b891bb Color Hex

#B891BB
(184,145,187)
0 Favorites   0 Comments

Color spaces of #b891bb

RGB 184145187
HSL0.820.240.65
HSV296°22°73°
CMYK 0.020.220.00   0.27
XYZ38.862234.029051.5337
Yxy34.02900.31230.2735
Hunter Lab58.334416.8310-11.5438
CIE-Lab64.985622.0316-16.2317

#b891bb color RGB value is (184,145,187).

#b891bb hex color red value is 184, green value is 145 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b891bb hue: 0.82 , saturation: 0.24 and the lightness value of b891bb is 0.65.

The process color (four color CMYK) of #b891bb color hex is 0.02, 0.22, 0.00, 0.27. Web safe color of #b891bb is #cc99cc. Color #b891bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010001 10111011
Octal 270 221 273
Decimal 184 145 187
Hex B8 91 BB

RGB Percentages of Color #b891bb

%35.66
%28.10
%36.24

CMYK Percentages of Color #b891bb

%2
%22
%0
%27

Triadic Colors of #b891bb

#b891bb #bbb891 #91bbb8

Analogous Colors of #b891bb

#b891bb #bb91a9 #a391bb

Monochromatic Colors of #b891bb

#b891bb

Complementary Color

#b891bb #94bb91

#b891bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b891bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b891bb Color CSS Codes

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

#b891bb Text Font Color

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

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


#b891bb Background Color

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

This div background color is #b891bb


#b891bb Border Color

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

This div border color is #b891bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b891bb


Comments

No comments written yet.

Please login to write comment.