Color Hex Logo

#b98daf Color Hex

#B98DAF
(185,141,175)
0 Favorites   0 Comments

Color spaces of #b98daf

RGB 185141175
HSL0.870.240.64
HSV314°24°73°
CMYK 0.000.240.05   0.27
XYZ37.270332.459244.8583
Yxy32.45920.32530.2833
Hunter Lab56.973017.0675-6.8016
CIE-Lab63.720622.3461-11.3694

#b98daf color RGB value is (185,141,175).

#b98daf hex color red value is 185, green value is 141 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b98daf hue: 0.87 , saturation: 0.24 and the lightness value of b98daf is 0.64.

The process color (four color CMYK) of #b98daf color hex is 0.00, 0.24, 0.05, 0.27. Web safe color of #b98daf is #cc9999. Color #b98daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001101 10101111
Octal 271 215 257
Decimal 185 141 175
Hex B9 8D AF

RGB Percentages of Color #b98daf

%36.93
%28.14
%34.93

CMYK Percentages of Color #b98daf

%0
%24
%5
%27

Triadic Colors of #b98daf

#b98daf #afb98d #8dafb9

Analogous Colors of #b98daf

#b98daf #b98d99 #ad8db9

Monochromatic Colors of #b98daf

#b98daf

Complementary Color

#b98daf #8db997

#b98daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98daf Color CSS Codes

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

#b98daf Text Font Color

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

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


#b98daf Background Color

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

This div background color is #b98daf


#b98daf Border Color

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

This div border color is #b98daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,141,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98daf


Comments

No comments written yet.

Please login to write comment.