Color Hex Logo

#b971ba Color Hex

#B971BA
(185,113,186)
0 Favorites   0 Comments

Color spaces of #b971ba

RGB 185113186
HSL0.830.350.59
HSV299°39°73°
CMYK 0.010.390.00   0.27
XYZ34.775625.669749.5762
Yxy25.66970.31610.2333
Hunter Lab50.665333.8545-22.5498
CIE-Lab57.722239.8467-26.7558

#b971ba color RGB value is (185,113,186).

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

The process color (four color CMYK) of #b971ba color hex is 0.01, 0.39, 0.00, 0.27. Web safe color of #b971ba is #cc66cc. Color #b971ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110001 10111010
Octal 271 161 272
Decimal 185 113 186
Hex B9 71 BA

RGB Percentages of Color #b971ba

%38.22
%23.35
%38.43

CMYK Percentages of Color #b971ba

%1
%39
%0
%27

Triadic Colors of #b971ba

#b971ba #bab971 #71bab9

Analogous Colors of #b971ba

#b971ba #ba7197 #9571ba

Monochromatic Colors of #b971ba

#b971ba

Complementary Color

#b971ba #72ba71

#b971ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b971ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b971ba Color CSS Codes

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

#b971ba Text Font Color

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

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


#b971ba Background Color

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

This div background color is #b971ba


#b971ba Border Color

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

This div border color is #b971ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b971ba


Comments

No comments written yet.

Please login to write comment.