Color Hex Logo

#ba16ab Color Hex

#BA16AB
(186,22,171)
0 Favorites   0 Comments

Color spaces of #ba16ab

RGB 18622171
HSL0.850.790.41
HSV305°88°73°
CMYK 0.000.880.08   0.27
XYZ27.887313.953239.7515
Yxy13.95320.34180.1710
Hunter Lab37.354067.8930-36.9477
CIE-Lab44.165772.9106-39.2084

#ba16ab color RGB value is (186,22,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010110 10101011
Octal 272 26 253
Decimal 186 22 171
Hex BA 16 AB

RGB Percentages of Color #ba16ab

%49.08
%5.80
%45.12

CMYK Percentages of Color #ba16ab

%0
%88
%8
%27

Triadic Colors of #ba16ab

#ba16ab #abba16 #16abba

Analogous Colors of #ba16ab

#ba16ab #ba1659 #7716ba

Monochromatic Colors of #ba16ab

#ba16ab

Complementary Color

#ba16ab #16ba25

#ba16ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba16ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba16ab Color CSS Codes

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

#ba16ab Text Font Color

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

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


#ba16ab Background Color

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

This div background color is #ba16ab


#ba16ab Border Color

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

This div border color is #ba16ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba16ab


Comments

No comments written yet.

Please login to write comment.