Color Hex Logo

#b098ad Color Hex

#B098AD
(176,152,173)
0 Favorites   0 Comments

Color spaces of #b098ad

RGB 176152173
HSL0.850.130.64
HSV308°14°69°
CMYK 0.000.140.02   0.31
XYZ36.675634.703744.3006
Yxy34.70370.31700.3000
Hunter Lab58.90988.0368-3.3496
CIE-Lab65.517312.6447-7.6523

#b098ad color RGB value is (176,152,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011000 10101101
Octal 260 230 255
Decimal 176 152 173
Hex B0 98 AD

RGB Percentages of Color #b098ad

%35.13
%30.34
%34.53

CMYK Percentages of Color #b098ad

%0
%14
%2
%31

Triadic Colors of #b098ad

#b098ad #adb098 #98adb0

Analogous Colors of #b098ad

#b098ad #b098a1 #a798b0

Monochromatic Colors of #b098ad

#b098ad

Complementary Color

#b098ad #98b09b

#b098ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b098ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b098ad Color CSS Codes

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

#b098ad Text Font Color

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

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


#b098ad Background Color

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

This div background color is #b098ad


#b098ad Border Color

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

This div border color is #b098ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b098ad


Comments

No comments written yet.

Please login to write comment.