Color Hex Logo

#ba529a Color Hex

#BA529A
(186,82,154)
0 Favorites   0 Comments

Color spaces of #ba529a

RGB 18682154
HSL0.880.430.53
HSV318°56°73°
CMYK 0.000.560.17   0.27
XYZ29.099718.806832.6682
Yxy18.80680.36120.2334
Hunter Lab43.366843.8839-14.3064
CIE-Lab50.460450.5251-19.3042

#ba529a color RGB value is (186,82,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010010 10011010
Octal 272 122 232
Decimal 186 82 154
Hex BA 52 9A

RGB Percentages of Color #ba529a

%44.08
%19.43
%36.49

CMYK Percentages of Color #ba529a

%0
%56
%17
%27

Triadic Colors of #ba529a

#ba529a #9aba52 #529aba

Analogous Colors of #ba529a

#ba529a #ba5266 #a652ba

Monochromatic Colors of #ba529a

#ba529a

Complementary Color

#ba529a #52ba72

#ba529a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba529a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba529a Color CSS Codes

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

#ba529a Text Font Color

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

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


#ba529a Background Color

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

This div background color is #ba529a


#ba529a Border Color

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

This div border color is #ba529a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba529a


Comments

No comments written yet.

Please login to write comment.