Color Hex Logo

#b987aa Color Hex

#B987AA
(185,135,170)
0 Favorites   0 Comments

Color spaces of #b987aa

RGB 185135170
HSL0.880.260.63
HSV318°27°73°
CMYK 0.000.270.08   0.27
XYZ35.927330.544542.0323
Yxy30.54450.33110.2815
Hunter Lab55.267119.3196-6.4049
CIE-Lab62.121224.7904-10.9338

#b987aa color RGB value is (185,135,170).

#b987aa hex color red value is 185, green value is 135 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b987aa hue: 0.88 , saturation: 0.26 and the lightness value of b987aa is 0.63.

The process color (four color CMYK) of #b987aa color hex is 0.00, 0.27, 0.08, 0.27. Web safe color of #b987aa is #cc9999. Color #b987aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000111 10101010
Octal 271 207 252
Decimal 185 135 170
Hex B9 87 AA

RGB Percentages of Color #b987aa

%37.76
%27.55
%34.69

CMYK Percentages of Color #b987aa

%0
%27
%8
%27

Triadic Colors of #b987aa

#b987aa #aab987 #87aab9

Analogous Colors of #b987aa

#b987aa #b98791 #af87b9

Monochromatic Colors of #b987aa

#b987aa

Complementary Color

#b987aa #87b996

#b987aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b987aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b987aa Color CSS Codes

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

#b987aa Text Font Color

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

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


#b987aa Background Color

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

This div background color is #b987aa


#b987aa Border Color

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

This div border color is #b987aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b987aa


Comments

No comments written yet.

Please login to write comment.