Color Hex Logo

#b87fbb Color Hex

#B87FBB
(184,127,187)
0 Favorites   0 Comments

Color spaces of #b87fbb

RGB 184127187
HSL0.830.310.62
HSV297°32°73°
CMYK 0.020.320.00   0.27
XYZ36.326228.956950.6884
Yxy28.95690.31320.2497
Hunter Lab53.811626.3283-18.1807
CIE-Lab60.743632.0616-22.6887

#b87fbb color RGB value is (184,127,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111111 10111011
Octal 270 177 273
Decimal 184 127 187
Hex B8 7F BB

RGB Percentages of Color #b87fbb

%36.95
%25.50
%37.55

CMYK Percentages of Color #b87fbb

%2
%32
%0
%27

Triadic Colors of #b87fbb

#b87fbb #bbb87f #7fbbb8

Analogous Colors of #b87fbb

#b87fbb #bb7fa0 #9a7fbb

Monochromatic Colors of #b87fbb

#b87fbb

Complementary Color

#b87fbb #82bb7f

#b87fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87fbb Color CSS Codes

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

#b87fbb Text Font Color

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

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


#b87fbb Background Color

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

This div background color is #b87fbb


#b87fbb Border Color

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

This div border color is #b87fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87fbb


Comments

No comments written yet.

Please login to write comment.