Color Hex Logo

#b987af Color Hex

#B987AF
(185,135,175)
0 Favorites   0 Comments

Color spaces of #b987af

RGB 185135175
HSL0.870.260.63
HSV312°27°73°
CMYK 0.000.270.05   0.27
XYZ36.409430.737444.5714
Yxy30.73740.32590.2751
Hunter Lab55.441320.2021-8.8566
CIE-Lab62.285325.6929-13.5261

#b987af color RGB value is (185,135,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000111 10101111
Octal 271 207 257
Decimal 185 135 175
Hex B9 87 AF

RGB Percentages of Color #b987af

%37.37
%27.27
%35.35

CMYK Percentages of Color #b987af

%0
%27
%5
%27

Triadic Colors of #b987af

#b987af #afb987 #87afb9

Analogous Colors of #b987af

#b987af #b98796 #aa87b9

Monochromatic Colors of #b987af

#b987af

Complementary Color

#b987af #87b991

#b987af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b987af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b987af Color CSS Codes

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

#b987af Text Font Color

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

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


#b987af Background Color

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

This div background color is #b987af


#b987af Border Color

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

This div border color is #b987af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b987af

#b987af Color Palettes


Comments

No comments written yet.

Please login to write comment.