Color Hex Logo

#ba539e Color Hex

#BA539E
(186,83,158)
0 Favorites   0 Comments

Color spaces of #ba539e

RGB 18683158
HSL0.880.430.53
HSV316°55°73°
CMYK 0.000.550.15   0.27
XYZ29.514519.094234.4777
Yxy19.09420.35520.2298
Hunter Lab43.696944.0959-16.1931
CIE-Lab50.797250.6669-21.1513

#ba539e color RGB value is (186,83,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010011 10011110
Octal 272 123 236
Decimal 186 83 158
Hex BA 53 9E

RGB Percentages of Color #ba539e

%43.56
%19.44
%37.00

CMYK Percentages of Color #ba539e

%0
%55
%15
%27

Triadic Colors of #ba539e

#ba539e #9eba53 #539eba

Analogous Colors of #ba539e

#ba539e #ba536b #a353ba

Monochromatic Colors of #ba539e

#ba539e

Complementary Color

#ba539e #53ba6f

#ba539e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba539e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba539e Color CSS Codes

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

#ba539e Text Font Color

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

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


#ba539e Background Color

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

This div background color is #ba539e


#ba539e Border Color

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

This div border color is #ba539e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba539e


Comments

No comments written yet.

Please login to write comment.