Color Hex Logo

#b879ab Color Hex

#B879AB
(184,121,171)
0 Favorites   0 Comments

Color spaces of #b879ab

RGB 184121171
HSL0.870.310.60
HSV312°34°72°
CMYK 0.000.340.07   0.28
XYZ33.955226.805441.9124
Yxy26.80540.33070.2611
Hunter Lab51.773926.4623-11.7551
CIE-Lab58.793832.3932-16.5322

#b879ab color RGB value is (184,121,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111001 10101011
Octal 270 171 253
Decimal 184 121 171
Hex B8 79 AB

RGB Percentages of Color #b879ab

%38.66
%25.42
%35.92

CMYK Percentages of Color #b879ab

%0
%34
%7
%28

Triadic Colors of #b879ab

#b879ab #abb879 #79abb8

Analogous Colors of #b879ab

#b879ab #b8798c #a679b8

Monochromatic Colors of #b879ab

#b879ab

Complementary Color

#b879ab #79b886

#b879ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b879ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b879ab Color CSS Codes

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

#b879ab Text Font Color

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

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


#b879ab Background Color

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

This div background color is #b879ab


#b879ab Border Color

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

This div border color is #b879ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b879ab


Comments

No comments written yet.

Please login to write comment.