Color Hex Logo

#b970ba Color Hex

#B970BA
(185,112,186)
0 Favorites   0 Comments

Color spaces of #b970ba

RGB 185112186
HSL0.830.350.58
HSV299°40°73°
CMYK 0.010.400.00   0.27
XYZ34.664725.447849.5393
Yxy25.44780.31610.2321
Hunter Lab50.445834.3791-22.9125
CIE-Lab57.509240.3844-27.0850

#b970ba color RGB value is (185,112,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110000 10111010
Octal 271 160 272
Decimal 185 112 186
Hex B9 70 BA

RGB Percentages of Color #b970ba

%38.30
%23.19
%38.51

CMYK Percentages of Color #b970ba

%1
%40
%0
%27

Triadic Colors of #b970ba

#b970ba #bab970 #70bab9

Analogous Colors of #b970ba

#b970ba #ba7096 #9470ba

Monochromatic Colors of #b970ba

#b970ba

Complementary Color

#b970ba #71ba70

#b970ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b970ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b970ba Color CSS Codes

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

#b970ba Text Font Color

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

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


#b970ba Background Color

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

This div background color is #b970ba


#b970ba Border Color

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

This div border color is #b970ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b970ba


Comments

No comments written yet.

Please login to write comment.