Color Hex Logo

#ba528e Color Hex

#BA528E
(186,82,142)
0 Favorites   0 Comments

Color spaces of #ba528e

RGB 18682142
HSL0.900.430.53
HSV325°56°73°
CMYK 0.000.560.24   0.27
XYZ28.149518.426727.6642
Yxy18.42670.37920.2482
Hunter Lab42.926341.9326-8.1615
CIE-Lab50.009648.7595-12.8629

#ba528e color RGB value is (186,82,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010010 10001110
Octal 272 122 216
Decimal 186 82 142
Hex BA 52 8E

RGB Percentages of Color #ba528e

%45.37
%20.00
%34.63

CMYK Percentages of Color #ba528e

%0
%56
%24
%27

Triadic Colors of #ba528e

#ba528e #8eba52 #528eba

Analogous Colors of #ba528e

#ba528e #ba525a #b252ba

Monochromatic Colors of #ba528e

#ba528e

Complementary Color

#ba528e #52ba7e

#ba528e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba528e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba528e Color CSS Codes

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

#ba528e Text Font Color

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

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


#ba528e Background Color

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

This div background color is #ba528e


#ba528e Border Color

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

This div border color is #ba528e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba528e


Comments

No comments written yet.

Please login to write comment.