Color Hex Logo

#b989dc Color Hex

#B989DC
(185,137,220)
0 Favorites   0 Comments

Color spaces of #b989dc

RGB 185137220
HSL0.760.540.70
HSV275°38°86°
CMYK 0.160.380.00   0.14
XYZ41.871533.372971.9449
Yxy33.37290.28450.2267
Hunter Lab57.769328.2816-33.4003
CIE-Lab64.461733.6315-35.4710

#b989dc color RGB value is (185,137,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001001 11011100
Octal 271 211 334
Decimal 185 137 220
Hex B9 89 DC

RGB Percentages of Color #b989dc

%34.13
%25.28
%40.59

CMYK Percentages of Color #b989dc

%16
%38
%0
%14

Triadic Colors of #b989dc

#b989dc #dcb989 #89dcb9

Analogous Colors of #b989dc

#b989dc #dc89d6 #9089dc

Monochromatic Colors of #b989dc

#b989dc

Complementary Color

#b989dc #acdc89

#b989dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b989dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b989dc Color CSS Codes

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

#b989dc Text Font Color

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

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


#b989dc Background Color

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

This div background color is #b989dc


#b989dc Border Color

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

This div border color is #b989dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b989dc


Comments

No comments written yet.

Please login to write comment.