Color Hex Logo

#b092ad Color Hex

#B092AD
(176,146,173)
0 Favorites   0 Comments

Color spaces of #b092ad

RGB 176146173
HSL0.850.160.63
HSV306°17°69°
CMYK 0.000.170.02   0.31
XYZ35.726232.805043.9842
Yxy32.80500.31750.2916
Hunter Lab57.275611.1086-5.4381
CIE-Lab64.002716.0047-9.9101

#b092ad color RGB value is (176,146,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010010 10101101
Octal 260 222 255
Decimal 176 146 173
Hex B0 92 AD

RGB Percentages of Color #b092ad

%35.56
%29.49
%34.95

CMYK Percentages of Color #b092ad

%0
%17
%2
%31

Triadic Colors of #b092ad

#b092ad #adb092 #92adb0

Analogous Colors of #b092ad

#b092ad #b0929e #a492b0

Monochromatic Colors of #b092ad

#b092ad

Complementary Color

#b092ad #92b095

#b092ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b092ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b092ad Color CSS Codes

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

#b092ad Text Font Color

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

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


#b092ad Background Color

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

This div background color is #b092ad


#b092ad Border Color

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

This div border color is #b092ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b092ad


Comments

No comments written yet.

Please login to write comment.