Color Hex Logo

#ba128b Color Hex

#BA128B
(186,18,139)
0 Favorites   0 Comments

Color spaces of #ba128b

RGB 18618139
HSL0.880.820.40
HSV317°90°73°
CMYK 0.000.900.25   0.27
XYZ25.126212.735825.5601
Yxy12.73580.39620.2008
Hunter Lab35.687363.2232-17.4839
CIE-Lab42.362469.3351-22.7512

#ba128b color RGB value is (186,18,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010010 10001011
Octal 272 22 213
Decimal 186 18 139
Hex BA 12 8B

RGB Percentages of Color #ba128b

%54.23
%5.25
%40.52

CMYK Percentages of Color #ba128b

%0
%90
%25
%27

Triadic Colors of #ba128b

#ba128b #8bba12 #128bba

Analogous Colors of #ba128b

#ba128b #ba1237 #9512ba

Monochromatic Colors of #ba128b

#ba128b

Complementary Color

#ba128b #12ba41

#ba128b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba128b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba128b Color CSS Codes

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

#ba128b Text Font Color

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

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


#ba128b Background Color

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

This div background color is #ba128b


#ba128b Border Color

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

This div border color is #ba128b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba128b


Comments

No comments written yet.

Please login to write comment.