Color Hex Logo

#ba528a Color Hex

#BA528A
(186,82,138)
0 Favorites   0 Comments

Color spaces of #ba528a

RGB 18682138
HSL0.910.430.53
HSV328°56°73°
CMYK 0.000.560.26   0.27
XYZ27.854418.308726.1106
Yxy18.30870.38540.2533
Hunter Lab42.788741.3191-6.2280
CIE-Lab49.868448.1994-10.6893

#ba528a color RGB value is (186,82,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010010 10001010
Octal 272 122 212
Decimal 186 82 138
Hex BA 52 8A

RGB Percentages of Color #ba528a

%45.81
%20.20
%33.99

CMYK Percentages of Color #ba528a

%0
%56
%26
%27

Triadic Colors of #ba528a

#ba528a #8aba52 #528aba

Analogous Colors of #ba528a

#ba528a #ba5256 #b652ba

Monochromatic Colors of #ba528a

#ba528a

Complementary Color

#ba528a #52ba82

#ba528a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba528a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba528a Color CSS Codes

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

#ba528a Text Font Color

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

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


#ba528a Background Color

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

This div background color is #ba528a


#ba528a Border Color

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

This div border color is #ba528a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,82,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 #ba528a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba528a


Comments

No comments written yet.

Please login to write comment.