Color Hex Logo

#b980ad Color Hex

#B980AD
(185,128,173)
0 Favorites   0 Comments

Color spaces of #b980ad

RGB 185128173
HSL0.870.290.61
HSV313°31°73°
CMYK 0.000.310.06   0.27
XYZ35.269628.769843.2294
Yxy28.76980.32880.2682
Hunter Lab53.637523.5080-10.2388
CIE-Lab60.577929.2229-14.9643

#b980ad color RGB value is (185,128,173).

#b980ad hex color red value is 185, green value is 128 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b980ad hue: 0.87 , saturation: 0.29 and the lightness value of b980ad is 0.61.

The process color (four color CMYK) of #b980ad color hex is 0.00, 0.31, 0.06, 0.27. Web safe color of #b980ad is #cc9999. Color #b980ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000000 10101101
Octal 271 200 255
Decimal 185 128 173
Hex B9 80 AD

RGB Percentages of Color #b980ad

%38.07
%26.34
%35.60

CMYK Percentages of Color #b980ad

%0
%31
%6
%27

Triadic Colors of #b980ad

#b980ad #adb980 #80adb9

Analogous Colors of #b980ad

#b980ad #b98091 #a980b9

Monochromatic Colors of #b980ad

#b980ad

Complementary Color

#b980ad #80b98c

#b980ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b980ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b980ad Color CSS Codes

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

#b980ad Text Font Color

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

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


#b980ad Background Color

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

This div background color is #b980ad


#b980ad Border Color

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

This div border color is #b980ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,128,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 #b980ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b980ad


Comments

No comments written yet.

Please login to write comment.