Color Hex Logo

#ba127f Color Hex

#BA127F
(186,18,127)
0 Favorites   0 Comments

Color spaces of #ba127f

RGB 18618127
HSL0.890.820.40
HSV321°90°73°
CMYK 0.000.900.32   0.27
XYZ24.296812.404021.1923
Yxy12.40400.41970.2143
Hunter Lab35.219361.5083-11.0227
CIE-Lab41.851167.9685-16.1618

#ba127f color RGB value is (186,18,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010010 01111111
Octal 272 22 177
Decimal 186 18 127
Hex BA 12 7F

RGB Percentages of Color #ba127f

%56.19
%5.44
%38.37

CMYK Percentages of Color #ba127f

%0
%90
%32
%27

Triadic Colors of #ba127f

#ba127f #7fba12 #127fba

Analogous Colors of #ba127f

#ba127f #ba122b #a112ba

Monochromatic Colors of #ba127f

#ba127f

Complementary Color

#ba127f #12ba4d

#ba127f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba127f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba127f Color CSS Codes

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

#ba127f Text Font Color

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

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


#ba127f Background Color

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

This div background color is #ba127f


#ba127f Border Color

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

This div border color is #ba127f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,18,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 #ba127f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba127f


Comments

No comments written yet.

Please login to write comment.