Color Hex Logo

#ba128f Color Hex

#BA128F
(186,18,143)
0 Favorites   0 Comments

Color spaces of #ba128f

RGB 18618143
HSL0.880.820.40
HSV315°90°73°
CMYK 0.000.900.23   0.27
XYZ25.423912.854927.1279
Yxy12.85490.38870.1965
Hunter Lab35.853763.8304-19.7628
CIE-Lab42.543869.8158-24.9111

#ba128f color RGB value is (186,18,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010010 10001111
Octal 272 22 217
Decimal 186 18 143
Hex BA 12 8F

RGB Percentages of Color #ba128f

%53.60
%5.19
%41.21

CMYK Percentages of Color #ba128f

%0
%90
%23
%27

Triadic Colors of #ba128f

#ba128f #8fba12 #128fba

Analogous Colors of #ba128f

#ba128f #ba123b #9112ba

Monochromatic Colors of #ba128f

#ba128f

Complementary Color

#ba128f #12ba3d

#ba128f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba128f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba128f Color CSS Codes

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

#ba128f Text Font Color

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

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


#ba128f Background Color

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

This div background color is #ba128f


#ba128f Border Color

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

This div border color is #ba128f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba128f


Comments

No comments written yet.

Please login to write comment.