Color Hex Logo

#ba129d Color Hex

#BA129D
(186,18,157)
0 Favorites   0 Comments

Color spaces of #ba129d

RGB 18618157
HSL0.860.820.40
HSV310°90°73°
CMYK 0.000.900.16   0.27
XYZ26.551813.306033.0672
Yxy13.30600.36410.1825
Hunter Lab36.477466.0943-28.2129
CIE-Lab43.220771.5932-32.3293

#ba129d color RGB value is (186,18,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010010 10011101
Octal 272 22 235
Decimal 186 18 157
Hex BA 12 9D

RGB Percentages of Color #ba129d

%51.52
%4.99
%43.49

CMYK Percentages of Color #ba129d

%0
%90
%16
%27

Triadic Colors of #ba129d

#ba129d #9dba12 #129dba

Analogous Colors of #ba129d

#ba129d #ba1249 #8312ba

Monochromatic Colors of #ba129d

#ba129d

Complementary Color

#ba129d #12ba2f

#ba129d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba129d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba129d Color CSS Codes

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

#ba129d Text Font Color

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

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


#ba129d Background Color

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

This div background color is #ba129d


#ba129d Border Color

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

This div border color is #ba129d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba129d


Comments

No comments written yet.

Please login to write comment.