Color Hex Logo

#ba129b Color Hex

#BA129B
(186,18,155)
0 Favorites   0 Comments

Color spaces of #ba129b

RGB 18618155
HSL0.860.820.40
HSV311°90°73°
CMYK 0.000.900.17   0.27
XYZ26.382413.238332.1751
Yxy13.23830.36750.1844
Hunter Lab36.384565.7576-26.9615
CIE-Lab43.120171.3303-31.2828

#ba129b color RGB value is (186,18,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010010 10011011
Octal 272 22 233
Decimal 186 18 155
Hex BA 12 9B

RGB Percentages of Color #ba129b

%51.81
%5.01
%43.18

CMYK Percentages of Color #ba129b

%0
%90
%17
%27

Triadic Colors of #ba129b

#ba129b #9bba12 #129bba

Analogous Colors of #ba129b

#ba129b #ba1247 #8512ba

Monochromatic Colors of #ba129b

#ba129b

Complementary Color

#ba129b #12ba31

#ba129b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba129b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba129b Color CSS Codes

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

#ba129b Text Font Color

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

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


#ba129b Background Color

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

This div background color is #ba129b


#ba129b Border Color

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

This div border color is #ba129b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba129b


Comments

No comments written yet.

Please login to write comment.