Color Hex Logo

#b001bf Color Hex

#B001BF
(176,1,191)
0 Favorites   0 Comments

Color spaces of #b001bf

RGB 1761191
HSL0.820.990.38
HSV295°99°75°
CMYK 0.080.990.00   0.25
XYZ27.319313.013450.3622
Yxy13.01340.30120.1435
Hunter Lab36.074172.0503-57.5215
CIE-Lab42.783476.5977-53.3212

#b001bf color RGB value is (176,1,191).

#b001bf hex color red value is 176, green value is 1 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b001bf hue: 0.82 , saturation: 0.99 and the lightness value of b001bf is 0.38.

The process color (four color CMYK) of #b001bf color hex is 0.08, 0.99, 0.00, 0.25. Web safe color of #b001bf is #9900cc. Color #b001bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000001 10111111
Octal 260 1 277
Decimal 176 1 191
Hex B0 1 BF

RGB Percentages of Color #b001bf

%47.83
%0.27
%51.90

CMYK Percentages of Color #b001bf

%8
%99
%0
%25

Triadic Colors of #b001bf

#b001bf #bfb001 #01bfb0

Analogous Colors of #b001bf

#b001bf #bf016f #5101bf

Monochromatic Colors of #b001bf

#b001bf

Complementary Color

#b001bf #10bf01

#b001bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b001bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b001bf Color CSS Codes

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

#b001bf Text Font Color

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

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


#b001bf Background Color

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

This div background color is #b001bf


#b001bf Border Color

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

This div border color is #b001bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b001bf


Comments

No comments written yet.

Please login to write comment.