Color Hex Logo

#b980a6 Color Hex

#B980A6
(185,128,166)
0 Favorites   0 Comments

Color spaces of #b980a6

RGB 185128166
HSL0.890.290.61
HSV320°31°73°
CMYK 0.000.310.10   0.27
XYZ34.609728.505839.7544
Yxy28.50580.33640.2771
Hunter Lab53.390822.2757-6.7733
CIE-Lab60.343027.9806-11.3201

#b980a6 color RGB value is (185,128,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000000 10100110
Octal 271 200 246
Decimal 185 128 166
Hex B9 80 A6

RGB Percentages of Color #b980a6

%38.62
%26.72
%34.66

CMYK Percentages of Color #b980a6

%0
%31
%10
%27

Triadic Colors of #b980a6

#b980a6 #a6b980 #80a6b9

Analogous Colors of #b980a6

#b980a6 #b9808a #b080b9

Monochromatic Colors of #b980a6

#b980a6

Complementary Color

#b980a6 #80b993

#b980a6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b980a6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b980a6 Color CSS Codes

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

#b980a6 Text Font Color

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

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


#b980a6 Background Color

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

This div background color is #b980a6


#b980a6 Border Color

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

This div border color is #b980a6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b980a6


Comments

No comments written yet.

Please login to write comment.