Color Hex Logo

#b092ba Color Hex

#B092BA
(176,146,186)
0 Favorites   0 Comments

Color spaces of #b092ba

RGB 176146186
HSL0.790.220.65
HSV285°22°73°
CMYK 0.050.220.00   0.27
XYZ37.046333.333050.9357
Yxy33.33300.30540.2748
Hunter Lab57.734713.5012-11.8935
CIE-Lab64.429618.5553-16.5850

#b092ba color RGB value is (176,146,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010010 10111010
Octal 260 222 272
Decimal 176 146 186
Hex B0 92 BA

RGB Percentages of Color #b092ba

%34.65
%28.74
%36.61

CMYK Percentages of Color #b092ba

%5
%22
%0
%27

Triadic Colors of #b092ba

#b092ba #bab092 #92bab0

Analogous Colors of #b092ba

#b092ba #ba92b0 #9c92ba

Monochromatic Colors of #b092ba

#b092ba

Complementary Color

#b092ba #9cba92

#b092ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b092ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b092ba Color CSS Codes

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

#b092ba Text Font Color

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

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


#b092ba Background Color

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

This div background color is #b092ba


#b092ba Border Color

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

This div border color is #b092ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b092ba


Comments

No comments written yet.

Please login to write comment.