Color Hex Logo

#b106ba Color Hex

#B106BA
(177,6,186)
0 Favorites   0 Comments

Color spaces of #b106ba

RGB 1776186
HSL0.830.940.38
HSV297°97°73°
CMYK 0.050.970.00   0.27
XYZ27.059513.022547.5418
Yxy13.02250.30880.1486
Hunter Lab36.086770.6959-52.8499
CIE-Lab42.797175.4893-50.3546

#b106ba color RGB value is (177,6,186).

#b106ba hex color red value is 177, green value is 6 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b106ba hue: 0.83 , saturation: 0.94 and the lightness value of b106ba is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00000110 10111010
Octal 261 6 272
Decimal 177 6 186
Hex B1 6 BA

RGB Percentages of Color #b106ba

%47.97
%1.63
%50.41

CMYK Percentages of Color #b106ba

%5
%97
%0
%27

Triadic Colors of #b106ba

#b106ba #bab106 #06bab1

Analogous Colors of #b106ba

#b106ba #ba0669 #5706ba

Monochromatic Colors of #b106ba

#b106ba

Complementary Color

#b106ba #0fba06

#b106ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b106ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b106ba Color CSS Codes

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

#b106ba Text Font Color

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

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


#b106ba Background Color

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

This div background color is #b106ba


#b106ba Border Color

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

This div border color is #b106ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b106ba


Comments

No comments written yet.

Please login to write comment.