Color Hex Logo

#b892bb Color Hex

#B892BB
(184,146,187)
0 Favorites   0 Comments

Color spaces of #b892bb

RGB 184146187
HSL0.820.230.65
HSV296°22°73°
CMYK 0.020.220.00   0.27
XYZ39.015734.336051.5849
Yxy34.33600.31230.2748
Hunter Lab58.596916.3064-11.1772
CIE-Lab65.228421.4730-15.8647

#b892bb color RGB value is (184,146,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010010 10111011
Octal 270 222 273
Decimal 184 146 187
Hex B8 92 BB

RGB Percentages of Color #b892bb

%35.59
%28.24
%36.17

CMYK Percentages of Color #b892bb

%2
%22
%0
%27

Triadic Colors of #b892bb

#b892bb #bbb892 #92bbb8

Analogous Colors of #b892bb

#b892bb #bb92aa #a492bb

Monochromatic Colors of #b892bb

#b892bb

Complementary Color

#b892bb #95bb92

#b892bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b892bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b892bb Color CSS Codes

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

#b892bb Text Font Color

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

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


#b892bb Background Color

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

This div background color is #b892bb


#b892bb Border Color

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

This div border color is #b892bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b892bb

#b892bb Color Palettes


Comments

No comments written yet.

Please login to write comment.