Color Hex Logo

#b98eab Color Hex

#B98EAB
(185,142,171)
0 Favorites   0 Comments

Color spaces of #b98eab

RGB 185142171
HSL0.890.230.64
HSV320°23°73°
CMYK 0.000.230.08   0.27
XYZ37.031332.600642.8689
Yxy32.60060.32920.2898
Hunter Lab57.096915.8499-4.5476
CIE-Lab63.836221.0639-8.9368

#b98eab color RGB value is (185,142,171).

#b98eab hex color red value is 185, green value is 142 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b98eab hue: 0.89 , saturation: 0.23 and the lightness value of b98eab is 0.64.

The process color (four color CMYK) of #b98eab color hex is 0.00, 0.23, 0.08, 0.27. Web safe color of #b98eab is #cc9999. Color #b98eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001110 10101011
Octal 271 216 253
Decimal 185 142 171
Hex B9 8E AB

RGB Percentages of Color #b98eab

%37.15
%28.51
%34.34

CMYK Percentages of Color #b98eab

%0
%23
%8
%27

Triadic Colors of #b98eab

#b98eab #abb98e #8eabb9

Analogous Colors of #b98eab

#b98eab #b98e96 #b28eb9

Monochromatic Colors of #b98eab

#b98eab

Complementary Color

#b98eab #8eb99c

#b98eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98eab Color CSS Codes

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

#b98eab Text Font Color

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

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


#b98eab Background Color

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

This div background color is #b98eab


#b98eab Border Color

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

This div border color is #b98eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98eab


Comments

No comments written yet.

Please login to write comment.