Color Hex Logo

#b980ba Color Hex

#B980BA
(185,128,186)
0 Favorites   0 Comments

Color spaces of #b980ba

RGB 185128186
HSL0.830.300.62
HSV299°31°73°
CMYK 0.010.310.00   0.27
XYZ36.589729.297850.1809
Yxy29.29780.31520.2524
Hunter Lab54.127425.9415-17.0778
CIE-Lab61.043631.6438-21.6524

#b980ba color RGB value is (185,128,186).

#b980ba hex color red value is 185, green value is 128 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b980ba hue: 0.83 , saturation: 0.30 and the lightness value of b980ba is 0.62.

The process color (four color CMYK) of #b980ba color hex is 0.01, 0.31, 0.00, 0.27. Web safe color of #b980ba is #cc99cc. Color #b980ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000000 10111010
Octal 271 200 272
Decimal 185 128 186
Hex B9 80 BA

RGB Percentages of Color #b980ba

%37.07
%25.65
%37.27

CMYK Percentages of Color #b980ba

%1
%31
%0
%27

Triadic Colors of #b980ba

#b980ba #bab980 #80bab9

Analogous Colors of #b980ba

#b980ba #ba809e #9c80ba

Monochromatic Colors of #b980ba

#b980ba

Complementary Color

#b980ba #81ba80

#b980ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b980ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b980ba Color CSS Codes

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

#b980ba Text Font Color

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

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


#b980ba Background Color

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

This div background color is #b980ba


#b980ba Border Color

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

This div border color is #b980ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b980ba


Comments

No comments written yet.

Please login to write comment.