Color Hex Logo

#ba578d Color Hex

#BA578D
(186,87,141)
0 Favorites   0 Comments

Color spaces of #ba578d

RGB 18687141
HSL0.910.420.54
HSV327°53°73°
CMYK 0.000.530.24   0.27
XYZ28.465619.178627.4008
Yxy19.17860.37930.2556
Hunter Lab43.793439.3862-6.4414
CIE-Lab50.895546.1839-10.9322

#ba578d color RGB value is (186,87,141).

#ba578d hex color red value is 186, green value is 87 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ba578d hue: 0.91 , saturation: 0.42 and the lightness value of ba578d is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010111 10001101
Octal 272 127 215
Decimal 186 87 141
Hex BA 57 8D

RGB Percentages of Color #ba578d

%44.93
%21.01
%34.06

CMYK Percentages of Color #ba578d

%0
%53
%24
%27

Triadic Colors of #ba578d

#ba578d #8dba57 #578dba

Analogous Colors of #ba578d

#ba578d #ba575c #b657ba

Monochromatic Colors of #ba578d

#ba578d

Complementary Color

#ba578d #57ba84

#ba578d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba578d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba578d Color CSS Codes

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

#ba578d Text Font Color

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

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


#ba578d Background Color

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

This div background color is #ba578d


#ba578d Border Color

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

This div border color is #ba578d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba578d


Comments

No comments written yet.

Please login to write comment.