Color Hex Logo

#b901ba Color Hex

#B901BA
(185,1,186)
0 Favorites   0 Comments

Color spaces of #b901ba

RGB 1851186
HSL0.830.990.37
HSV300°99°73°
CMYK 0.010.990.00   0.27
XYZ28.881413.881247.6115
Yxy13.88120.31960.1536
Hunter Lab37.257573.1697-49.6867
CIE-Lab44.062177.2593-48.2478

#b901ba color RGB value is (185,1,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000001 10111010
Octal 271 1 272
Decimal 185 1 186
Hex B9 1 BA

RGB Percentages of Color #b901ba

%49.73
%0.27
%50.00

CMYK Percentages of Color #b901ba

%1
%99
%0
%27

Triadic Colors of #b901ba

#b901ba #bab901 #01bab9

Analogous Colors of #b901ba

#b901ba #ba015e #5d01ba

Monochromatic Colors of #b901ba

#b901ba

Complementary Color

#b901ba #02ba01

#b901ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b901ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b901ba Color CSS Codes

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

#b901ba Text Font Color

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

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


#b901ba Background Color

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

This div background color is #b901ba


#b901ba Border Color

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

This div border color is #b901ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b901ba


Comments

No comments written yet.

Please login to write comment.