Color Hex Logo

#b989df Color Hex

#B989DF
(185,137,223)
0 Favorites   0 Comments

Color spaces of #b989df

RGB 185137223
HSL0.760.570.71
HSV273°39°87°
CMYK 0.170.390.00   0.13
XYZ42.272533.533374.0566
Yxy33.53330.28210.2238
Hunter Lab57.907928.9652-35.2885
CIE-Lab64.590434.2874-36.9370

#b989df color RGB value is (185,137,223).

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

The process color (four color CMYK) of #b989df color hex is 0.17, 0.39, 0.00, 0.13. Web safe color of #b989df is #cc99cc. Color #b989df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001001 11011111
Octal 271 211 337
Decimal 185 137 223
Hex B9 89 DF

RGB Percentages of Color #b989df

%33.94
%25.14
%40.92

CMYK Percentages of Color #b989df

%17
%39
%0
%13

Triadic Colors of #b989df

#b989df #dfb989 #89dfb9

Analogous Colors of #b989df

#b989df #df89da #8e89df

Monochromatic Colors of #b989df

#b989df

Complementary Color

#b989df #afdf89

#b989df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b989df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b989df Color CSS Codes

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

#b989df Text Font Color

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

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


#b989df Background Color

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

This div background color is #b989df


#b989df Border Color

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

This div border color is #b989df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b989df


Comments

No comments written yet.

Please login to write comment.