Color Hex Logo

#b98dbd Color Hex

#B98DBD
(185,141,189)
0 Favorites   0 Comments

Color spaces of #b98dbd

RGB 185141189
HSL0.820.270.65
HSV295°25°74°
CMYK 0.020.250.00   0.26
XYZ38.717833.038252.4805
Yxy33.03820.31160.2659
Hunter Lab57.478919.6497-13.8989
CIE-Lab64.191824.9928-18.5490

#b98dbd color RGB value is (185,141,189).

#b98dbd hex color red value is 185, green value is 141 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b98dbd hue: 0.82 , saturation: 0.27 and the lightness value of b98dbd is 0.65.

The process color (four color CMYK) of #b98dbd color hex is 0.02, 0.25, 0.00, 0.26. Web safe color of #b98dbd is #cc99cc. Color #b98dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001101 10111101
Octal 271 215 275
Decimal 185 141 189
Hex B9 8D BD

RGB Percentages of Color #b98dbd

%35.92
%27.38
%36.70

CMYK Percentages of Color #b98dbd

%2
%25
%0
%26

Triadic Colors of #b98dbd

#b98dbd #bdb98d #8dbdb9

Analogous Colors of #b98dbd

#b98dbd #bd8da9 #a18dbd

Monochromatic Colors of #b98dbd

#b98dbd

Complementary Color

#b98dbd #91bd8d

#b98dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98dbd Color CSS Codes

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

#b98dbd Text Font Color

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

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


#b98dbd Background Color

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

This div background color is #b98dbd


#b98dbd Border Color

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

This div border color is #b98dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98dbd


Comments

No comments written yet.

Please login to write comment.