Color Hex Logo

#ba518e Color Hex

#BA518E
(186,81,142)
0 Favorites   0 Comments

Color spaces of #ba518e

RGB 18681142
HSL0.900.430.52
HSV325°56°73°
CMYK 0.000.560.24   0.27
XYZ28.074618.277027.6393
Yxy18.27700.37940.2470
Hunter Lab42.751642.4040-8.4054
CIE-Lab49.830449.2363-13.1339

#ba518e color RGB value is (186,81,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010001 10001110
Octal 272 121 216
Decimal 186 81 142
Hex BA 51 8E

RGB Percentages of Color #ba518e

%45.48
%19.80
%34.72

CMYK Percentages of Color #ba518e

%0
%56
%24
%27

Triadic Colors of #ba518e

#ba518e #8eba51 #518eba

Analogous Colors of #ba518e

#ba518e #ba5159 #b251ba

Monochromatic Colors of #ba518e

#ba518e

Complementary Color

#ba518e #51ba7d

#ba518e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba518e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba518e Color CSS Codes

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

#ba518e Text Font Color

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

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


#ba518e Background Color

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

This div background color is #ba518e


#ba518e Border Color

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

This div border color is #ba518e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba518e


Comments

No comments written yet.

Please login to write comment.