Color Hex Logo

#ba529b Color Hex

#BA529B
(186,82,155)
0 Favorites   0 Comments

Color spaces of #ba529b

RGB 18682155
HSL0.880.430.53
HSV318°56°73°
CMYK 0.000.560.17   0.27
XYZ29.183418.840233.1087
Yxy18.84020.35970.2322
Hunter Lab43.405344.0546-14.8415
CIE-Lab50.499750.6784-19.8355

#ba529b color RGB value is (186,82,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010010 10011011
Octal 272 122 233
Decimal 186 82 155
Hex BA 52 9B

RGB Percentages of Color #ba529b

%43.97
%19.39
%36.64

CMYK Percentages of Color #ba529b

%0
%56
%17
%27

Triadic Colors of #ba529b

#ba529b #9bba52 #529bba

Analogous Colors of #ba529b

#ba529b #ba5267 #a552ba

Monochromatic Colors of #ba529b

#ba529b

Complementary Color

#ba529b #52ba71

#ba529b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba529b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba529b Color CSS Codes

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

#ba529b Text Font Color

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

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


#ba529b Background Color

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

This div background color is #ba529b


#ba529b Border Color

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

This div border color is #ba529b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba529b


Comments

No comments written yet.

Please login to write comment.