Color Hex Logo

#b192bb Color Hex

#B192BB
(177,146,187)
0 Favorites   0 Comments

Color spaces of #b192bb

RGB 177146187
HSL0.790.230.65
HSV285°22°73°
CMYK 0.050.220.00   0.27
XYZ37.380033.492751.5083
Yxy33.49270.30540.2737
Hunter Lab57.872914.0153-12.2586
CIE-Lab64.557919.0959-16.9435

#b192bb color RGB value is (177,146,187).

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

The process color (four color CMYK) of #b192bb color hex is 0.05, 0.22, 0.00, 0.27. Web safe color of #b192bb is #9999cc. Color #b192bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010010 10111011
Octal 261 222 273
Decimal 177 146 187
Hex B1 92 BB

RGB Percentages of Color #b192bb

%34.71
%28.63
%36.67

CMYK Percentages of Color #b192bb

%5
%22
%0
%27

Triadic Colors of #b192bb

#b192bb #bbb192 #92bbb1

Analogous Colors of #b192bb

#b192bb #bb92b1 #9d92bb

Monochromatic Colors of #b192bb

#b192bb

Complementary Color

#b192bb #9cbb92

#b192bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b192bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b192bb Color CSS Codes

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

#b192bb Text Font Color

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

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


#b192bb Background Color

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

This div background color is #b192bb


#b192bb Border Color

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

This div border color is #b192bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b192bb


Comments

No comments written yet.

Please login to write comment.