Color Hex Logo

#b979ae Color Hex

#B979AE
(185,121,174)
0 Favorites   0 Comments

Color spaces of #b979ae

RGB 185121174
HSL0.860.310.60
HSV310°35°73°
CMYK 0.000.350.06   0.27
XYZ34.484927.045043.4471
Yxy27.04500.32850.2576
Hunter Lab52.004827.3567-13.1301
CIE-Lab59.016033.2708-17.9036

#b979ae color RGB value is (185,121,174).

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

The process color (four color CMYK) of #b979ae color hex is 0.00, 0.35, 0.06, 0.27. Web safe color of #b979ae is #cc6699. Color #b979ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111001 10101110
Octal 271 171 256
Decimal 185 121 174
Hex B9 79 AE

RGB Percentages of Color #b979ae

%38.54
%25.21
%36.25

CMYK Percentages of Color #b979ae

%0
%35
%6
%27

Triadic Colors of #b979ae

#b979ae #aeb979 #79aeb9

Analogous Colors of #b979ae

#b979ae #b9798e #a479b9

Monochromatic Colors of #b979ae

#b979ae

Complementary Color

#b979ae #79b984

#b979ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b979ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b979ae Color CSS Codes

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

#b979ae Text Font Color

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

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


#b979ae Background Color

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

This div background color is #b979ae


#b979ae Border Color

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

This div border color is #b979ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b979ae


Comments

No comments written yet.

Please login to write comment.