Color Hex Logo

#ba129e Color Hex

#BA129E
(186,18,158)
0 Favorites   0 Comments

Color spaces of #ba129e

RGB 18618158
HSL0.860.820.40
HSV310°90°73°
CMYK 0.000.900.15   0.27
XYZ26.637613.340333.5187
Yxy13.34030.36240.1815
Hunter Lab36.524466.2642-28.8438
CIE-Lab43.271671.7258-32.8507

#ba129e color RGB value is (186,18,158).

#ba129e hex color red value is 186, green value is 18 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ba129e hue: 0.86 , saturation: 0.82 and the lightness value of ba129e is 0.40.

The process color (four color CMYK) of #ba129e color hex is 0.00, 0.90, 0.15, 0.27. Web safe color of #ba129e is #cc0099. Color #ba129e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010010 10011110
Octal 272 22 236
Decimal 186 18 158
Hex BA 12 9E

RGB Percentages of Color #ba129e

%51.38
%4.97
%43.65

CMYK Percentages of Color #ba129e

%0
%90
%15
%27

Triadic Colors of #ba129e

#ba129e #9eba12 #129eba

Analogous Colors of #ba129e

#ba129e #ba124a #8212ba

Monochromatic Colors of #ba129e

#ba129e

Complementary Color

#ba129e #12ba2e

#ba129e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba129e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba129e Color CSS Codes

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

#ba129e Text Font Color

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

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


#ba129e Background Color

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

This div background color is #ba129e


#ba129e Border Color

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

This div border color is #ba129e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,18,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba129e


Comments

No comments written yet.

Please login to write comment.