Color Hex Logo

#b879af Color Hex

#B879AF
(184,121,175)
0 Favorites   0 Comments

Color spaces of #b879af

RGB 184121175
HSL0.860.310.60
HSV309°34°72°
CMYK 0.000.340.05   0.28
XYZ34.342426.960243.9512
Yxy26.96020.32630.2561
Hunter Lab51.923227.1956-13.8407
CIE-Lab58.937533.1173-18.6062

#b879af color RGB value is (184,121,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111001 10101111
Octal 270 171 257
Decimal 184 121 175
Hex B8 79 AF

RGB Percentages of Color #b879af

%38.33
%25.21
%36.46

CMYK Percentages of Color #b879af

%0
%34
%5
%28

Triadic Colors of #b879af

#b879af #afb879 #79afb8

Analogous Colors of #b879af

#b879af #b87990 #a279b8

Monochromatic Colors of #b879af

#b879af

Complementary Color

#b879af #79b882

#b879af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b879af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b879af Color CSS Codes

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

#b879af Text Font Color

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

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


#b879af Background Color

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

This div background color is #b879af


#b879af Border Color

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

This div border color is #b879af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b879af


Comments

No comments written yet.

Please login to write comment.