Color Hex Logo

#ba518a Color Hex

#BA518A
(186,81,138)
0 Favorites   0 Comments

Color spaces of #ba518a

RGB 18681138
HSL0.910.430.52
HSV327°56°73°
CMYK 0.000.560.26   0.27
XYZ27.779618.158926.0856
Yxy18.15890.38570.2521
Hunter Lab42.613341.7910-6.4649
CIE-Lab49.688348.6783-10.9602

#ba518a color RGB value is (186,81,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010001 10001010
Octal 272 121 212
Decimal 186 81 138
Hex BA 51 8A

RGB Percentages of Color #ba518a

%45.93
%20.00
%34.07

CMYK Percentages of Color #ba518a

%0
%56
%26
%27

Triadic Colors of #ba518a

#ba518a #8aba51 #518aba

Analogous Colors of #ba518a

#ba518a #ba5155 #b651ba

Monochromatic Colors of #ba518a

#ba518a

Complementary Color

#ba518a #51ba81

#ba518a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba518a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba518a Color CSS Codes

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

#ba518a Text Font Color

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

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


#ba518a Background Color

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

This div background color is #ba518a


#ba518a Border Color

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

This div border color is #ba518a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba518a


Comments

No comments written yet.

Please login to write comment.