Color Hex Logo

#b01bbf Color Hex

#B01BBF
(176,27,191)
0 Favorites   0 Comments

Color spaces of #b01bbf

RGB 17627191
HSL0.820.750.43
HSV295°86°75°
CMYK 0.080.860.00   0.25
XYZ27.700413.775650.4892
Yxy13.77560.30120.1498
Hunter Lab37.115568.2678-54.6729
CIE-Lab43.909473.2717-51.5098

#b01bbf color RGB value is (176,27,191).

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

The process color (four color CMYK) of #b01bbf color hex is 0.08, 0.86, 0.00, 0.25. Web safe color of #b01bbf is #9933cc. Color #b01bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011011 10111111
Octal 260 33 277
Decimal 176 27 191
Hex B0 1B BF

RGB Percentages of Color #b01bbf

%44.67
%6.85
%48.48

CMYK Percentages of Color #b01bbf

%8
%86
%0
%25

Triadic Colors of #b01bbf

#b01bbf #bfb01b #1bbfb0

Analogous Colors of #b01bbf

#b01bbf #bf1b7c #5e1bbf

Monochromatic Colors of #b01bbf

#b01bbf

Complementary Color

#b01bbf #2abf1b

#b01bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01bbf Color CSS Codes

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

#b01bbf Text Font Color

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

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


#b01bbf Background Color

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

This div background color is #b01bbf


#b01bbf Border Color

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

This div border color is #b01bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01bbf


Comments

No comments written yet.

Please login to write comment.