Color Hex Logo

#b98fdd Color Hex

#B98FDD
(185,143,221)
0 Favorites   0 Comments

Color spaces of #b98fdd

RGB 185143221
HSL0.760.530.71
HSV272°35°87°
CMYK 0.160.350.00   0.13
XYZ42.881235.179772.9369
Yxy35.17970.28400.2330
Hunter Lab59.312525.2535-31.3905
CIE-Lab65.888330.5161-33.8083

#b98fdd color RGB value is (185,143,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001111 11011101
Octal 271 217 335
Decimal 185 143 221
Hex B9 8F DD

RGB Percentages of Color #b98fdd

%33.70
%26.05
%40.26

CMYK Percentages of Color #b98fdd

%16
%35
%0
%13

Triadic Colors of #b98fdd

#b98fdd #ddb98f #8fddb9

Analogous Colors of #b98fdd

#b98fdd #dd8fda #928fdd

Monochromatic Colors of #b98fdd

#b98fdd

Complementary Color

#b98fdd #b3dd8f

#b98fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98fdd Color CSS Codes

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

#b98fdd Text Font Color

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

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


#b98fdd Background Color

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

This div background color is #b98fdd


#b98fdd Border Color

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

This div border color is #b98fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98fdd


Comments

No comments written yet.

Please login to write comment.