Color Hex Logo

#ba137f Color Hex

#BA137F
(186,19,127)
0 Favorites   0 Comments

Color spaces of #ba137f

RGB 18619127
HSL0.890.810.40
HSV321°90°73°
CMYK 0.000.900.32   0.27
XYZ24.313312.437221.1978
Yxy12.43720.41960.2146
Hunter Lab35.266461.3449-10.9513
CIE-Lab41.902767.8181-16.0829

#ba137f color RGB value is (186,19,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010011 01111111
Octal 272 23 177
Decimal 186 19 127
Hex BA 13 7F

RGB Percentages of Color #ba137f

%56.02
%5.72
%38.25

CMYK Percentages of Color #ba137f

%0
%90
%32
%27

Triadic Colors of #ba137f

#ba137f #7fba13 #137fba

Analogous Colors of #ba137f

#ba137f #ba132b #a213ba

Monochromatic Colors of #ba137f

#ba137f

Complementary Color

#ba137f #13ba4e

#ba137f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba137f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba137f Color CSS Codes

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

#ba137f Text Font Color

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

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


#ba137f Background Color

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

This div background color is #ba137f


#ba137f Border Color

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

This div border color is #ba137f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba137f


Comments

No comments written yet.

Please login to write comment.