Color Hex Logo

#b116bf Color Hex

#B116BF
(177,22,191)
0 Favorites   0 Comments

Color spaces of #b116bf

RGB 17722191
HSL0.820.790.42
HSV295°88°75°
CMYK 0.070.880.00   0.25
XYZ27.822313.682550.4648
Yxy13.68250.30250.1488
Hunter Lab36.989969.5283-54.9957
CIE-Lab43.774174.3403-51.7181

#b116bf color RGB value is (177,22,191).

#b116bf hex color red value is 177, green value is 22 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b116bf hue: 0.82 , saturation: 0.79 and the lightness value of b116bf is 0.42.

The process color (four color CMYK) of #b116bf color hex is 0.07, 0.88, 0.00, 0.25. Web safe color of #b116bf is #9900cc. Color #b116bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010110 10111111
Octal 261 26 277
Decimal 177 22 191
Hex B1 16 BF

RGB Percentages of Color #b116bf

%45.38
%5.64
%48.97

CMYK Percentages of Color #b116bf

%7
%88
%0
%25

Triadic Colors of #b116bf

#b116bf #bfb116 #16bfb1

Analogous Colors of #b116bf

#b116bf #bf1679 #5c16bf

Monochromatic Colors of #b116bf

#b116bf

Complementary Color

#b116bf #24bf16

#b116bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b116bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b116bf Color CSS Codes

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

#b116bf Text Font Color

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

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


#b116bf Background Color

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

This div background color is #b116bf


#b116bf Border Color

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

This div border color is #b116bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b116bf


Comments

No comments written yet.

Please login to write comment.