Color Hex Logo

#b879bf Color Hex

#B879BF
(184,121,191)
0 Favorites   0 Comments

Color spaces of #b879bf

RGB 184121191
HSL0.820.350.61
HSV294°37°75°
CMYK 0.040.370.00   0.25
XYZ36.008527.626752.7248
Yxy27.62670.30950.2374
Hunter Lab52.561130.3046-22.6819
CIE-Lab59.550036.1455-26.7952

#b879bf color RGB value is (184,121,191).

#b879bf hex color red value is 184, green value is 121 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b879bf hue: 0.82 , saturation: 0.35 and the lightness value of b879bf is 0.61.

The process color (four color CMYK) of #b879bf color hex is 0.04, 0.37, 0.00, 0.25. Web safe color of #b879bf is #cc66cc. Color #b879bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111001 10111111
Octal 270 171 277
Decimal 184 121 191
Hex B8 79 BF

RGB Percentages of Color #b879bf

%37.10
%24.40
%38.51

CMYK Percentages of Color #b879bf

%4
%37
%0
%25

Triadic Colors of #b879bf

#b879bf #bfb879 #79bfb8

Analogous Colors of #b879bf

#b879bf #bf79a3 #9579bf

Monochromatic Colors of #b879bf

#b879bf

Complementary Color

#b879bf #80bf79

#b879bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b879bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b879bf Color CSS Codes

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

#b879bf Text Font Color

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

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


#b879bf Background Color

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

This div background color is #b879bf


#b879bf Border Color

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

This div border color is #b879bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b879bf


Comments

No comments written yet.

Please login to write comment.