Color Hex Logo

#ba14ab Color Hex

#BA14AB
(186,20,171)
0 Favorites   0 Comments

Color spaces of #ba14ab

RGB 18620171
HSL0.850.810.40
HSV305°89°73°
CMYK 0.000.890.08   0.27
XYZ27.850513.879739.7392
Yxy13.87970.34190.1704
Hunter Lab37.255568.2414-37.1639
CIE-Lab44.059973.2206-39.3761

#ba14ab color RGB value is (186,20,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010100 10101011
Octal 272 24 253
Decimal 186 20 171
Hex BA 14 AB

RGB Percentages of Color #ba14ab

%49.34
%5.31
%45.36

CMYK Percentages of Color #ba14ab

%0
%89
%8
%27

Triadic Colors of #ba14ab

#ba14ab #abba14 #14abba

Analogous Colors of #ba14ab

#ba14ab #ba1458 #7614ba

Monochromatic Colors of #ba14ab

#ba14ab

Complementary Color

#ba14ab #14ba23

#ba14ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba14ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba14ab Color CSS Codes

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

#ba14ab Text Font Color

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

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


#ba14ab Background Color

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

This div background color is #ba14ab


#ba14ab Border Color

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

This div border color is #ba14ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba14ab


Comments

No comments written yet.

Please login to write comment.