Color Hex Logo

#b887b0 Color Hex

#B887B0
(184,135,176)
0 Favorites   0 Comments

Color spaces of #b887b0

RGB 184135176
HSL0.860.260.63
HSV310°27°72°
CMYK 0.000.270.04   0.28
XYZ36.267630.652945.0794
Yxy30.65290.32380.2737
Hunter Lab55.365120.0399-9.5196
CIE-Lab62.213525.5304-14.2119

#b887b0 color RGB value is (184,135,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000111 10110000
Octal 270 207 260
Decimal 184 135 176
Hex B8 87 B0

RGB Percentages of Color #b887b0

%37.17
%27.27
%35.56

CMYK Percentages of Color #b887b0

%0
%27
%4
%28

Triadic Colors of #b887b0

#b887b0 #b0b887 #87b0b8

Analogous Colors of #b887b0

#b887b0 #b88798 #a887b8

Monochromatic Colors of #b887b0

#b887b0

Complementary Color

#b887b0 #87b88f

#b887b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b887b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b887b0 Color CSS Codes

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

#b887b0 Text Font Color

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

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


#b887b0 Background Color

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

This div background color is #b887b0


#b887b0 Border Color

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

This div border color is #b887b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b887b0


Comments

No comments written yet.

Please login to write comment.