Color Hex Logo

#b516ab Color Hex

#B516AB
(181,22,171)
0 Favorites   0 Comments

Color spaces of #b516ab

RGB 18122171
HSL0.840.780.40
HSV304°88°71°
CMYK 0.000.880.06   0.29
XYZ26.693713.337939.6956
Yxy13.33790.33480.1673
Hunter Lab36.521166.5559-38.8789
CIE-Lab43.268071.9706-40.6891

#b516ab color RGB value is (181,22,171).

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

The process color (four color CMYK) of #b516ab color hex is 0.00, 0.88, 0.06, 0.29. Web safe color of #b516ab is #cc0099. Color #b516ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010110 10101011
Octal 265 26 253
Decimal 181 22 171
Hex B5 16 AB

RGB Percentages of Color #b516ab

%48.40
%5.88
%45.72

CMYK Percentages of Color #b516ab

%0
%88
%6
%29

Triadic Colors of #b516ab

#b516ab #abb516 #16abb5

Analogous Colors of #b516ab

#b516ab #b5165c #7016b5

Monochromatic Colors of #b516ab

#b516ab

Complementary Color

#b516ab #16b520

#b516ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b516ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b516ab Color CSS Codes

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

#b516ab Text Font Color

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

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


#b516ab Background Color

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

This div background color is #b516ab


#b516ab Border Color

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

This div border color is #b516ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b516ab


Comments

No comments written yet.

Please login to write comment.