Color Hex Logo

#b092ab Color Hex

#B092AB
(176,146,171)
0 Favorites   0 Comments

Color spaces of #b092ab

RGB 176146171
HSL0.860.160.63
HSV310°17°69°
CMYK 0.000.170.03   0.31
XYZ35.534132.728142.9724
Yxy32.72810.31950.2942
Hunter Lab57.208510.7575-4.4900
CIE-Lab63.940115.6265-8.8755

#b092ab color RGB value is (176,146,171).

#b092ab hex color red value is 176, green value is 146 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b092ab hue: 0.86 , saturation: 0.16 and the lightness value of b092ab is 0.63.

The process color (four color CMYK) of #b092ab color hex is 0.00, 0.17, 0.03, 0.31. Web safe color of #b092ab is #999999. Color #b092ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010010 10101011
Octal 260 222 253
Decimal 176 146 171
Hex B0 92 AB

RGB Percentages of Color #b092ab

%35.70
%29.61
%34.69

CMYK Percentages of Color #b092ab

%0
%17
%3
%31

Triadic Colors of #b092ab

#b092ab #abb092 #92abb0

Analogous Colors of #b092ab

#b092ab #b0929c #a692b0

Monochromatic Colors of #b092ab

#b092ab

Complementary Color

#b092ab #92b097

#b092ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b092ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b092ab Color CSS Codes

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

#b092ab Text Font Color

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

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


#b092ab Background Color

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

This div background color is #b092ab


#b092ab Border Color

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

This div border color is #b092ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b092ab


Comments

No comments written yet.

Please login to write comment.