Color Hex Logo

#ba519c Color Hex

#BA519C
(186,81,156)
0 Favorites   0 Comments

Color spaces of #ba519c

RGB 18681156
HSL0.880.430.52
HSV317°56°73°
CMYK 0.000.560.16   0.27
XYZ29.192918.724333.5280
Yxy18.72430.35840.2299
Hunter Lab43.271644.6986-15.6494
CIE-Lab50.363151.3040-20.6365

#ba519c color RGB value is (186,81,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010001 10011100
Octal 272 121 234
Decimal 186 81 156
Hex BA 51 9C

RGB Percentages of Color #ba519c

%43.97
%19.15
%36.88

CMYK Percentages of Color #ba519c

%0
%56
%16
%27

Triadic Colors of #ba519c

#ba519c #9cba51 #519cba

Analogous Colors of #ba519c

#ba519c #ba5168 #a451ba

Monochromatic Colors of #ba519c

#ba519c

Complementary Color

#ba519c #51ba6f

#ba519c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba519c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba519c Color CSS Codes

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

#ba519c Text Font Color

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

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


#ba519c Background Color

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

This div background color is #ba519c


#ba519c Border Color

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

This div border color is #ba519c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba519c


Comments

No comments written yet.

Please login to write comment.