Color Hex Logo

#b916bb Color Hex

#B916BB
(185,22,187)
0 Favorites   0 Comments

Color spaces of #b916bb

RGB 18522187
HSL0.830.790.41
HSV299°88°73°
CMYK 0.010.880.00   0.27
XYZ29.264114.476048.2655
Yxy14.47600.31810.1573
Hunter Lab38.047370.7104-48.5800
CIE-Lab44.908075.0914-47.4812

#b916bb color RGB value is (185,22,187).

#b916bb hex color red value is 185, green value is 22 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b916bb hue: 0.83 , saturation: 0.79 and the lightness value of b916bb is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010110 10111011
Octal 271 26 273
Decimal 185 22 187
Hex B9 16 BB

RGB Percentages of Color #b916bb

%46.95
%5.58
%47.46

CMYK Percentages of Color #b916bb

%1
%88
%0
%27

Triadic Colors of #b916bb

#b916bb #bbb916 #16bbb9

Analogous Colors of #b916bb

#b916bb #bb166b #6716bb

Monochromatic Colors of #b916bb

#b916bb

Complementary Color

#b916bb #18bb16

#b916bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b916bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b916bb Color CSS Codes

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

#b916bb Text Font Color

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

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


#b916bb Background Color

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

This div background color is #b916bb


#b916bb Border Color

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

This div border color is #b916bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b916bb


Comments

No comments written yet.

Please login to write comment.