Color Hex Logo

#b916ab Color Hex

#B916AB
(185,22,171)
0 Favorites   0 Comments

Color spaces of #b916ab

RGB 18522171
HSL0.850.790.41
HSV305°88°73°
CMYK 0.000.880.08   0.27
XYZ27.645213.828439.7402
Yxy13.82840.34040.1703
Hunter Lab37.186667.6239-37.3309
CIE-Lab43.985872.7219-39.5050

#b916ab color RGB value is (185,22,171).

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

The process color (four color CMYK) of #b916ab color hex is 0.00, 0.88, 0.08, 0.27. Web safe color of #b916ab is #cc0099. Color #b916ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010110 10101011
Octal 271 26 253
Decimal 185 22 171
Hex B9 16 AB

RGB Percentages of Color #b916ab

%48.94
%5.82
%45.24

CMYK Percentages of Color #b916ab

%0
%88
%8
%27

Triadic Colors of #b916ab

#b916ab #abb916 #16abb9

Analogous Colors of #b916ab

#b916ab #b9165a #7616b9

Monochromatic Colors of #b916ab

#b916ab

Complementary Color

#b916ab #16b924

#b916ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b916ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b916ab Color CSS Codes

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

#b916ab Text Font Color

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

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


#b916ab Background Color

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

This div background color is #b916ab


#b916ab Border Color

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

This div border color is #b916ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b916ab

#b916ab Color Palettes


Comments

No comments written yet.

Please login to write comment.