Color Hex Logo

#b000ba Color Hex

#B000BA
(176,0,186)
0 Favorites   0 Comments

Color spaces of #b000ba

RGB 1760186
HSL0.821.000.36
HSV297°100°73°
CMYK 0.051.000.00   0.27
XYZ26.767412.775347.5094
Yxy12.77530.30750.1468
Hunter Lab35.742671.1282-53.7891
CIE-Lab42.422775.9153-50.9657

#b000ba color RGB value is (176,0,186).

#b000ba hex color red value is 176, green value is 0 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b000ba hue: 0.82 , saturation: 1.00 and the lightness value of b000ba is 0.36.

The process color (four color CMYK) of #b000ba color hex is 0.05, 1.00, 0.00, 0.27. Web safe color of #b000ba is #9900cc. Color #b000ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000000 10111010
Octal 260 0 272
Decimal 176 0 186
Hex B0 0 BA

RGB Percentages of Color #b000ba

%48.62
%0.00
%51.38

CMYK Percentages of Color #b000ba

%5
%100
%0
%27

Triadic Colors of #b000ba

#b000ba #bab000 #00bab0

Analogous Colors of #b000ba

#b000ba #ba0067 #5300ba

Monochromatic Colors of #b000ba

#b000ba

Complementary Color

#b000ba #0aba00

#b000ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b000ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b000ba Color CSS Codes

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

#b000ba Text Font Color

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

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


#b000ba Background Color

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

This div background color is #b000ba


#b000ba Border Color

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

This div border color is #b000ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b000ba


Comments

No comments written yet.

Please login to write comment.