Color Hex Logo

#b98fdb Color Hex

#B98FDB
(185,143,219)
0 Favorites   0 Comments

Color spaces of #b98fdb

RGB 185143219
HSL0.760.510.71
HSV273°35°86°
CMYK 0.160.350.00   0.14
XYZ42.616235.073771.5416
Yxy35.07370.28560.2350
Hunter Lab59.223124.8061-30.1663
CIE-Lab65.806030.0794-32.8271

#b98fdb color RGB value is (185,143,219).

#b98fdb hex color red value is 185, green value is 143 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b98fdb hue: 0.76 , saturation: 0.51 and the lightness value of b98fdb is 0.71.

The process color (four color CMYK) of #b98fdb color hex is 0.16, 0.35, 0.00, 0.14. Web safe color of #b98fdb is #cc99cc. Color #b98fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001111 11011011
Octal 271 217 333
Decimal 185 143 219
Hex B9 8F DB

RGB Percentages of Color #b98fdb

%33.82
%26.14
%40.04

CMYK Percentages of Color #b98fdb

%16
%35
%0
%14

Triadic Colors of #b98fdb

#b98fdb #dbb98f #8fdbb9

Analogous Colors of #b98fdb

#b98fdb #db8fd7 #938fdb

Monochromatic Colors of #b98fdb

#b98fdb

Complementary Color

#b98fdb #b1db8f

#b98fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98fdb Color CSS Codes

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

#b98fdb Text Font Color

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

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


#b98fdb Background Color

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

This div background color is #b98fdb


#b98fdb Border Color

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

This div border color is #b98fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98fdb


Comments

No comments written yet.

Please login to write comment.