Color Hex Logo

#b092bd Color Hex

#B092BD
(176,146,189)
0 Favorites   0 Comments

Color spaces of #b092bd

RGB 176146189
HSL0.780.250.66
HSV282°23°74°
CMYK 0.070.230.00   0.26
XYZ37.368733.462052.6334
Yxy33.46200.30270.2710
Hunter Lab57.846314.0798-13.4545
CIE-Lab64.533319.1651-18.1125

#b092bd color RGB value is (176,146,189).

#b092bd hex color red value is 176, green value is 146 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b092bd hue: 0.78 , saturation: 0.25 and the lightness value of b092bd is 0.66.

The process color (four color CMYK) of #b092bd color hex is 0.07, 0.23, 0.00, 0.26. Web safe color of #b092bd is #9999cc. Color #b092bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010010 10111101
Octal 260 222 275
Decimal 176 146 189
Hex B0 92 BD

RGB Percentages of Color #b092bd

%34.44
%28.57
%36.99

CMYK Percentages of Color #b092bd

%7
%23
%0
%26

Triadic Colors of #b092bd

#b092bd #bdb092 #92bdb0

Analogous Colors of #b092bd

#b092bd #bd92b5 #9b92bd

Monochromatic Colors of #b092bd

#b092bd

Complementary Color

#b092bd #9fbd92

#b092bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b092bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b092bd Color CSS Codes

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

#b092bd Text Font Color

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

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


#b092bd Background Color

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

This div background color is #b092bd


#b092bd Border Color

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

This div border color is #b092bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,146,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b092bd


Comments

No comments written yet.

Please login to write comment.