Color Hex Logo

#b900ba Color Hex

#B900BA
(185,0,186)
0 Favorites   0 Comments

Color spaces of #b900ba

RGB 1850186
HSL0.831.000.36
HSV300°100°73°
CMYK 0.011.000.00   0.27
XYZ28.870513.859547.6079
Yxy13.85950.31960.1534
Hunter Lab37.228373.2767-49.7607
CIE-Lab44.030877.3520-48.2979

#b900ba color RGB value is (185,0,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000000 10111010
Octal 271 0 272
Decimal 185 0 186
Hex B9 0 BA

RGB Percentages of Color #b900ba

%49.87
%0.00
%50.13

CMYK Percentages of Color #b900ba

%1
%100
%0
%27

Triadic Colors of #b900ba

#b900ba #bab900 #00bab9

Analogous Colors of #b900ba

#b900ba #ba005e #5c00ba

Monochromatic Colors of #b900ba

#b900ba

Complementary Color

#b900ba #01ba00

#b900ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b900ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b900ba Color CSS Codes

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

#b900ba Text Font Color

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

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


#b900ba Background Color

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

This div background color is #b900ba


#b900ba Border Color

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

This div border color is #b900ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b900ba


Comments

No comments written yet.

Please login to write comment.