Color Hex Logo

#ba107f Color Hex

#BA107F
(186,16,127)
0 Favorites   0 Comments

Color spaces of #ba107f

RGB 18616127
HSL0.890.840.40
HSV321°91°73°
CMYK 0.000.910.32   0.27
XYZ24.265812.342021.1820
Yxy12.34200.41990.2136
Hunter Lab35.131261.8139-11.1565
CIE-Lab41.754668.2497-16.3095

#ba107f color RGB value is (186,16,127).

#ba107f hex color red value is 186, green value is 16 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ba107f hue: 0.89 , saturation: 0.84 and the lightness value of ba107f is 0.40.

The process color (four color CMYK) of #ba107f color hex is 0.00, 0.91, 0.32, 0.27. Web safe color of #ba107f is #cc0066. Color #ba107f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010000 01111111
Octal 272 20 177
Decimal 186 16 127
Hex BA 10 7F

RGB Percentages of Color #ba107f

%56.53
%4.86
%38.60

CMYK Percentages of Color #ba107f

%0
%91
%32
%27

Triadic Colors of #ba107f

#ba107f #7fba10 #107fba

Analogous Colors of #ba107f

#ba107f #ba102a #a010ba

Monochromatic Colors of #ba107f

#ba107f

Complementary Color

#ba107f #10ba4b

#ba107f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba107f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba107f Color CSS Codes

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

#ba107f Text Font Color

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

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


#ba107f Background Color

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

This div background color is #ba107f


#ba107f Border Color

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

This div border color is #ba107f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba107f


Comments

No comments written yet.

Please login to write comment.