Color Hex Logo

#b989cd Color Hex

#B989CD
(185,137,205)
0 Favorites   0 Comments

Color spaces of #b989cd

RGB 185137205
HSL0.780.400.67
HSV282°33°80°
CMYK 0.100.330.00   0.20
XYZ39.972732.613461.9458
Yxy32.61340.29710.2424
Hunter Lab57.108125.0014-24.3368
CIE-Lab63.846630.4426-28.0555

#b989cd color RGB value is (185,137,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001001 11001101
Octal 271 211 315
Decimal 185 137 205
Hex B9 89 CD

RGB Percentages of Color #b989cd

%35.10
%26.00
%38.90

CMYK Percentages of Color #b989cd

%10
%33
%0
%20

Triadic Colors of #b989cd

#b989cd #cdb989 #89cdb9

Analogous Colors of #b989cd

#b989cd #cd89bf #9789cd

Monochromatic Colors of #b989cd

#b989cd

Complementary Color

#b989cd #9dcd89

#b989cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b989cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b989cd Color CSS Codes

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

#b989cd Text Font Color

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

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


#b989cd Background Color

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

This div background color is #b989cd


#b989cd Border Color

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

This div border color is #b989cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b989cd


Comments

No comments written yet.

Please login to write comment.