Color Hex Logo

#b87fba Color Hex

#B87FBA
(184,127,186)
0 Favorites   0 Comments

Color spaces of #b87fba

RGB 184127186
HSL0.830.300.61
HSV298°32°73°
CMYK 0.010.320.00   0.27
XYZ36.219528.914350.1264
Yxy28.91430.31420.2509
Hunter Lab53.772026.1321-17.6299
CIE-Lab60.705931.8683-22.1786

#b87fba color RGB value is (184,127,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111111 10111010
Octal 270 177 272
Decimal 184 127 186
Hex B8 7F BA

RGB Percentages of Color #b87fba

%37.02
%25.55
%37.42

CMYK Percentages of Color #b87fba

%1
%32
%0
%27

Triadic Colors of #b87fba

#b87fba #bab87f #7fbab8

Analogous Colors of #b87fba

#b87fba #ba7f9f #9b7fba

Monochromatic Colors of #b87fba

#b87fba

Complementary Color

#b87fba #81ba7f

#b87fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87fba Color CSS Codes

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

#b87fba Text Font Color

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

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


#b87fba Background Color

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

This div background color is #b87fba


#b87fba Border Color

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

This div border color is #b87fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87fba


Comments

No comments written yet.

Please login to write comment.