Color Hex Logo

#b900bf Color Hex

#B900BF
(185,0,191)
0 Favorites   0 Comments

Color spaces of #b900bf

RGB 1850191
HSL0.831.000.37
HSV298°100°75°
CMYK 0.031.000.00   0.25
XYZ29.411614.075950.4570
Yxy14.07590.31310.1498
Hunter Lab37.517974.2763-53.4754
CIE-Lab44.341678.0990-50.7317

#b900bf color RGB value is (185,0,191).

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

The process color (four color CMYK) of #b900bf color hex is 0.03, 1.00, 0.00, 0.25. Web safe color of #b900bf is #cc00cc. Color #b900bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000000 10111111
Octal 271 0 277
Decimal 185 0 191
Hex B9 0 BF

RGB Percentages of Color #b900bf

%49.20
%0.00
%50.80

CMYK Percentages of Color #b900bf

%3
%100
%0
%25

Triadic Colors of #b900bf

#b900bf #bfb900 #00bfb9

Analogous Colors of #b900bf

#b900bf #bf0066 #5a00bf

Monochromatic Colors of #b900bf

#b900bf

Complementary Color

#b900bf #06bf00

#b900bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b900bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b900bf Color CSS Codes

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

#b900bf Text Font Color

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

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


#b900bf Background Color

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

This div background color is #b900bf


#b900bf Border Color

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

This div border color is #b900bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,0,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b900bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b900bf


Comments

No comments written yet.

Please login to write comment.