Color Hex Logo

#ba559f Color Hex

#BA559F
(186,85,159)
0 Favorites   0 Comments

Color spaces of #ba559f

RGB 18685159
HSL0.880.420.53
HSV316°54°73°
CMYK 0.000.540.15   0.27
XYZ29.756219.439334.9847
Yxy19.43930.35350.2309
Hunter Lab44.090043.3115-16.1826
CIE-Lab51.197349.8644-21.1265

#ba559f color RGB value is (186,85,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010101 10011111
Octal 272 125 237
Decimal 186 85 159
Hex BA 55 9F

RGB Percentages of Color #ba559f

%43.26
%19.77
%36.98

CMYK Percentages of Color #ba559f

%0
%54
%15
%27

Triadic Colors of #ba559f

#ba559f #9fba55 #559fba

Analogous Colors of #ba559f

#ba559f #ba556d #a355ba

Monochromatic Colors of #ba559f

#ba559f

Complementary Color

#ba559f #55ba70

#ba559f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba559f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba559f Color CSS Codes

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

#ba559f Text Font Color

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

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


#ba559f Background Color

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

This div background color is #ba559f


#ba559f Border Color

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

This div border color is #ba559f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba559f


Comments

No comments written yet.

Please login to write comment.