Color Hex Logo

#b879aa Color Hex

#B879AA
(184,121,170)
0 Favorites   0 Comments

Color spaces of #b879aa

RGB 184121170
HSL0.870.310.60
HSV313°34°72°
CMYK 0.000.340.08   0.28
XYZ33.860226.767441.4122
Yxy26.76740.33180.2623
Hunter Lab51.737226.2819-11.2416
CIE-Lab58.758432.2144-16.0121

#b879aa color RGB value is (184,121,170).

#b879aa hex color red value is 184, green value is 121 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b879aa hue: 0.87 , saturation: 0.31 and the lightness value of b879aa is 0.60.

The process color (four color CMYK) of #b879aa color hex is 0.00, 0.34, 0.08, 0.28. Web safe color of #b879aa is #cc6699. Color #b879aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111001 10101010
Octal 270 171 252
Decimal 184 121 170
Hex B8 79 AA

RGB Percentages of Color #b879aa

%38.74
%25.47
%35.79

CMYK Percentages of Color #b879aa

%0
%34
%8
%28

Triadic Colors of #b879aa

#b879aa #aab879 #79aab8

Analogous Colors of #b879aa

#b879aa #b8798b #a779b8

Monochromatic Colors of #b879aa

#b879aa

Complementary Color

#b879aa #79b887

#b879aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b879aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b879aa Color CSS Codes

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

#b879aa Text Font Color

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

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


#b879aa Background Color

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

This div background color is #b879aa


#b879aa Border Color

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

This div border color is #b879aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b879aa


Comments

No comments written yet.

Please login to write comment.