Color Hex Logo

#ba529e Color Hex

#BA529E
(186,82,158)
0 Favorites   0 Comments

Color spaces of #ba529e

RGB 18682158
HSL0.880.430.53
HSV316°56°73°
CMYK 0.000.560.15   0.27
XYZ29.438518.942334.4524
Yxy18.94230.35540.2287
Hunter Lab43.522844.5714-16.4677
CIE-Lab50.619651.1416-21.4241

#ba529e color RGB value is (186,82,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010010 10011110
Octal 272 122 236
Decimal 186 82 158
Hex BA 52 9E

RGB Percentages of Color #ba529e

%43.66
%19.25
%37.09

CMYK Percentages of Color #ba529e

%0
%56
%15
%27

Triadic Colors of #ba529e

#ba529e #9eba52 #529eba

Analogous Colors of #ba529e

#ba529e #ba526a #a252ba

Monochromatic Colors of #ba529e

#ba529e

Complementary Color

#ba529e #52ba6e

#ba529e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba529e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba529e Color CSS Codes

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

#ba529e Text Font Color

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

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


#ba529e Background Color

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

This div background color is #ba529e


#ba529e Border Color

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

This div border color is #ba529e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba529e


Comments

No comments written yet.

Please login to write comment.