Color Hex Logo

#b98def Color Hex

#B98DEF
(185,141,239)
0 Favorites   0 Comments

Color spaces of #b98def

RGB 185141239
HSL0.740.750.75
HSV267°41°94°
CMYK 0.230.410.00   0.06
XYZ45.112435.596086.1544
Yxy35.59600.27040.2133
Hunter Lab59.662430.5597-43.8530
CIE-Lab66.210135.6683-43.2432

#b98def color RGB value is (185,141,239).

#b98def hex color red value is 185, green value is 141 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b98def hue: 0.74 , saturation: 0.75 and the lightness value of b98def is 0.75.

The process color (four color CMYK) of #b98def color hex is 0.23, 0.41, 0.00, 0.06. Web safe color of #b98def is #cc99ff. Color #b98def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001101 11101111
Octal 271 215 357
Decimal 185 141 239
Hex B9 8D EF

RGB Percentages of Color #b98def

%32.74
%24.96
%42.30

CMYK Percentages of Color #b98def

%23
%41
%0
%6

Triadic Colors of #b98def

#b98def #efb98d #8defb9

Analogous Colors of #b98def

#b98def #ea8def #8d92ef

Monochromatic Colors of #b98def

#b98def

Complementary Color

#b98def #c3ef8d

#b98def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98def Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98def Color CSS Codes

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

#b98def Text Font Color

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

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


#b98def Background Color

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

This div background color is #b98def


#b98def Border Color

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

This div border color is #b98def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98def


Comments

No comments written yet.

Please login to write comment.