Color Hex Logo

#b116ac Color Hex

#B116AC
(177,22,172)
0 Favorites   0 Comments

Color spaces of #b116ac

RGB 17722172
HSL0.840.780.39
HSV302°88°69°
CMYK 0.000.880.03   0.31
XYZ25.864812.899540.1564
Yxy12.89950.32770.1634
Hunter Lab35.915965.6939-41.1492
CIE-Lab42.611471.3759-42.3719

#b116ac color RGB value is (177,22,172).

#b116ac hex color red value is 177, green value is 22 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b116ac hue: 0.84 , saturation: 0.78 and the lightness value of b116ac is 0.39.

The process color (four color CMYK) of #b116ac color hex is 0.00, 0.88, 0.03, 0.31. Web safe color of #b116ac is #990099. Color #b116ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010110 10101100
Octal 261 26 254
Decimal 177 22 172
Hex B1 16 AC

RGB Percentages of Color #b116ac

%47.71
%5.93
%46.36

CMYK Percentages of Color #b116ac

%0
%88
%3
%31

Triadic Colors of #b116ac

#b116ac #acb116 #16acb1

Analogous Colors of #b116ac

#b116ac #b1165f #6916b1

Monochromatic Colors of #b116ac

#b116ac

Complementary Color

#b116ac #16b11b

#b116ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b116ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b116ac Color CSS Codes

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

#b116ac Text Font Color

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

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


#b116ac Background Color

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

This div background color is #b116ac


#b116ac Border Color

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

This div border color is #b116ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b116ac


Comments

No comments written yet.

Please login to write comment.