Color Hex Logo

#b8879d Color Hex

#B8879D
(184,135,157)
0 Favorites   0 Comments

Color spaces of #b8879d

RGB 184135157
HSL0.930.260.63
HSV333°27°72°
CMYK 0.000.270.15   0.28
XYZ34.516929.952635.8605
Yxy29.95260.34400.2985
Hunter Lab54.729016.8021-0.5388
CIE-Lab61.613322.1857-4.3015

#b8879d color RGB value is (184,135,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000111 10011101
Octal 270 207 235
Decimal 184 135 157
Hex B8 87 9D

RGB Percentages of Color #b8879d

%38.66
%28.36
%32.98

CMYK Percentages of Color #b8879d

%0
%27
%15
%28

Triadic Colors of #b8879d

#b8879d #9db887 #879db8

Analogous Colors of #b8879d

#b8879d #b88a87 #b887b6

Monochromatic Colors of #b8879d

#b8879d

Complementary Color

#b8879d #87b8a2

#b8879d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8879d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8879d Color CSS Codes

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

#b8879d Text Font Color

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

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


#b8879d Background Color

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

This div background color is #b8879d


#b8879d Border Color

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

This div border color is #b8879d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8879d


Comments

No comments written yet.

Please login to write comment.