Color Hex Logo

#ba559d Color Hex

#BA559D
(186,85,157)
0 Favorites   0 Comments

Color spaces of #ba559d

RGB 18685157
HSL0.880.420.53
HSV317°54°73°
CMYK 0.000.540.16   0.27
XYZ29.584019.370434.0779
Yxy19.37040.35630.2333
Hunter Lab44.011842.9640-15.0994
CIE-Lab51.117849.5508-20.0696

#ba559d color RGB value is (186,85,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010101 10011101
Octal 272 125 235
Decimal 186 85 157
Hex BA 55 9D

RGB Percentages of Color #ba559d

%43.46
%19.86
%36.68

CMYK Percentages of Color #ba559d

%0
%54
%16
%27

Triadic Colors of #ba559d

#ba559d #9dba55 #559dba

Analogous Colors of #ba559d

#ba559d #ba556b #a555ba

Monochromatic Colors of #ba559d

#ba559d

Complementary Color

#ba559d #55ba72

#ba559d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba559d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba559d Color CSS Codes

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

#ba559d Text Font Color

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

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


#ba559d Background Color

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

This div background color is #ba559d


#ba559d Border Color

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

This div border color is #ba559d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba559d


Comments

No comments written yet.

Please login to write comment.