Color Hex Logo

#b877ac Color Hex

#B877AC
(184,119,172)
0 Favorites   0 Comments

Color spaces of #b877ac

RGB 184119172
HSL0.860.310.59
HSV311°35°72°
CMYK 0.000.350.07   0.28
XYZ33.810426.362642.3362
Yxy26.36260.32980.2572
Hunter Lab51.344527.6894-12.9465
CIE-Lab58.379633.6732-17.7350

#b877ac color RGB value is (184,119,172).

#b877ac hex color red value is 184, green value is 119 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b877ac hue: 0.86 , saturation: 0.31 and the lightness value of b877ac is 0.59.

The process color (four color CMYK) of #b877ac color hex is 0.00, 0.35, 0.07, 0.28. Web safe color of #b877ac is #cc6699. Color #b877ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110111 10101100
Octal 270 167 254
Decimal 184 119 172
Hex B8 77 AC

RGB Percentages of Color #b877ac

%38.74
%25.05
%36.21

CMYK Percentages of Color #b877ac

%0
%35
%7
%28

Triadic Colors of #b877ac

#b877ac #acb877 #77acb8

Analogous Colors of #b877ac

#b877ac #b8778c #a477b8

Monochromatic Colors of #b877ac

#b877ac

Complementary Color

#b877ac #77b883

#b877ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b877ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b877ac Color CSS Codes

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

#b877ac Text Font Color

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

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


#b877ac Background Color

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

This div background color is #b877ac


#b877ac Border Color

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

This div border color is #b877ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b877ac


Comments

No comments written yet.

Please login to write comment.