Color Hex Logo

#b87cb9 Color Hex

#B87CB9
(184,124,185)
0 Favorites   0 Comments

Color spaces of #b87cb9

RGB 184124185
HSL0.830.300.61
HSV299°33°73°
CMYK 0.010.330.00   0.27
XYZ35.731828.108449.4411
Yxy28.10840.31540.2481
Hunter Lab53.017427.5222-18.1785
CIE-Lab59.986533.3346-22.7119

#b87cb9 color RGB value is (184,124,185).

#b87cb9 hex color red value is 184, green value is 124 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #b87cb9 hue: 0.83 , saturation: 0.30 and the lightness value of b87cb9 is 0.61.

The process color (four color CMYK) of #b87cb9 color hex is 0.01, 0.33, 0.00, 0.27. Web safe color of #b87cb9 is #cc66cc. Color #b87cb9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111100 10111001
Octal 270 174 271
Decimal 184 124 185
Hex B8 7C B9

RGB Percentages of Color #b87cb9

%37.32
%25.15
%37.53

CMYK Percentages of Color #b87cb9

%1
%33
%0
%27

Triadic Colors of #b87cb9

#b87cb9 #b9b87c #7cb9b8

Analogous Colors of #b87cb9

#b87cb9 #b97c9c #9a7cb9

Monochromatic Colors of #b87cb9

#b87cb9

Complementary Color

#b87cb9 #7db97c

#b87cb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87cb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87cb9 Color CSS Codes

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

#b87cb9 Text Font Color

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

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


#b87cb9 Background Color

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

This div background color is #b87cb9


#b87cb9 Border Color

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

This div border color is #b87cb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87cb9


Comments

No comments written yet.

Please login to write comment.