Color Hex Logo

#b906ba Color Hex

#B906BA
(185,6,186)
0 Favorites   0 Comments

Color spaces of #b906ba

RGB 1856186
HSL0.830.940.38
HSV300°97°73°
CMYK 0.010.970.00   0.27
XYZ28.935613.989747.6296
Yxy13.98970.31950.1545
Hunter Lab37.402872.6364-49.3193
CIE-Lab44.218276.7967-47.9979

#b906ba color RGB value is (185,6,186).

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

The process color (four color CMYK) of #b906ba color hex is 0.01, 0.97, 0.00, 0.27. Web safe color of #b906ba is #cc00cc. Color #b906ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000110 10111010
Octal 271 6 272
Decimal 185 6 186
Hex B9 6 BA

RGB Percentages of Color #b906ba

%49.07
%1.59
%49.34

CMYK Percentages of Color #b906ba

%1
%97
%0
%27

Triadic Colors of #b906ba

#b906ba #bab906 #06bab9

Analogous Colors of #b906ba

#b906ba #ba0661 #5f06ba

Monochromatic Colors of #b906ba

#b906ba

Complementary Color

#b906ba #07ba06

#b906ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b906ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b906ba Color CSS Codes

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

#b906ba Text Font Color

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

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


#b906ba Background Color

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

This div background color is #b906ba


#b906ba Border Color

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

This div border color is #b906ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b906ba


Comments

No comments written yet.

Please login to write comment.