Color Hex Logo

#b989cc Color Hex

#B989CC
(185,137,204)
0 Favorites   0 Comments

Color spaces of #b989cc

RGB 185137204
HSL0.790.400.67
HSV283°33°80°
CMYK 0.090.330.00   0.20
XYZ39.852332.565261.3120
Yxy32.56520.29800.2435
Hunter Lab57.065924.7911-23.7554
CIE-Lab63.807330.2357-27.5562

#b989cc color RGB value is (185,137,204).

#b989cc hex color red value is 185, green value is 137 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b989cc hue: 0.79 , saturation: 0.40 and the lightness value of b989cc is 0.67.

The process color (four color CMYK) of #b989cc color hex is 0.09, 0.33, 0.00, 0.20. Web safe color of #b989cc is #cc99cc. Color #b989cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001001 11001100
Octal 271 211 314
Decimal 185 137 204
Hex B9 89 CC

RGB Percentages of Color #b989cc

%35.17
%26.05
%38.78

CMYK Percentages of Color #b989cc

%9
%33
%0
%20

Triadic Colors of #b989cc

#b989cc #ccb989 #89ccb9

Analogous Colors of #b989cc

#b989cc #cc89be #9889cc

Monochromatic Colors of #b989cc

#b989cc

Complementary Color

#b989cc #9ccc89

#b989cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b989cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b989cc Color CSS Codes

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

#b989cc Text Font Color

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

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


#b989cc Background Color

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

This div background color is #b989cc


#b989cc Border Color

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

This div border color is #b989cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b989cc


Comments

No comments written yet.

Please login to write comment.