Color Hex Logo

#b979ad Color Hex

#B979AD
(185,121,173)
0 Favorites   0 Comments

Color spaces of #b979ad

RGB 185121173
HSL0.860.310.60
HSV311°35°73°
CMYK 0.000.350.06   0.27
XYZ34.387827.006242.9354
Yxy27.00620.32960.2589
Hunter Lab51.967527.1735-12.6080
CIE-Lab58.980133.0905-17.3852

#b979ad color RGB value is (185,121,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111001 10101101
Octal 271 171 255
Decimal 185 121 173
Hex B9 79 AD

RGB Percentages of Color #b979ad

%38.62
%25.26
%36.12

CMYK Percentages of Color #b979ad

%0
%35
%6
%27

Triadic Colors of #b979ad

#b979ad #adb979 #79adb9

Analogous Colors of #b979ad

#b979ad #b9798d #a579b9

Monochromatic Colors of #b979ad

#b979ad

Complementary Color

#b979ad #79b985

#b979ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b979ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b979ad Color CSS Codes

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

#b979ad Text Font Color

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

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


#b979ad Background Color

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

This div background color is #b979ad


#b979ad Border Color

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

This div border color is #b979ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b979ad


Comments

No comments written yet.

Please login to write comment.