Color Hex Logo

#ba519f Color Hex

#BA519F
(186,81,159)
0 Favorites   0 Comments

Color spaces of #ba519f

RGB 18681159
HSL0.880.430.52
HSV315°56°73°
CMYK 0.000.560.15   0.27
XYZ29.450118.827234.8827
Yxy18.82720.35410.2264
Hunter Lab43.390345.2194-17.2917
CIE-Lab50.484451.7688-22.2223

#ba519f color RGB value is (186,81,159).

#ba519f hex color red value is 186, green value is 81 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ba519f hue: 0.88 , saturation: 0.43 and the lightness value of ba519f is 0.52.

The process color (four color CMYK) of #ba519f color hex is 0.00, 0.56, 0.15, 0.27. Web safe color of #ba519f is #cc6699. Color #ba519f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010001 10011111
Octal 272 121 237
Decimal 186 81 159
Hex BA 51 9F

RGB Percentages of Color #ba519f

%43.66
%19.01
%37.32

CMYK Percentages of Color #ba519f

%0
%56
%15
%27

Triadic Colors of #ba519f

#ba519f #9fba51 #519fba

Analogous Colors of #ba519f

#ba519f #ba516b #a151ba

Monochromatic Colors of #ba519f

#ba519f

Complementary Color

#ba519f #51ba6c

#ba519f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba519f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba519f Color CSS Codes

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

#ba519f Text Font Color

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

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


#ba519f Background Color

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

This div background color is #ba519f


#ba519f Border Color

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

This div border color is #ba519f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba519f


Comments

No comments written yet.

Please login to write comment.