Color Hex Logo

#ba538d Color Hex

#BA538D
(186,83,141)
0 Favorites   0 Comments

Color spaces of #ba538d

RGB 18683141
HSL0.910.430.53
HSV326°55°73°
CMYK 0.000.550.24   0.27
XYZ28.150718.548727.2959
Yxy18.54870.38040.2507
Hunter Lab43.068241.3037-7.4293
CIE-Lab50.155048.1377-12.0476

#ba538d color RGB value is (186,83,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010011 10001101
Octal 272 123 215
Decimal 186 83 141
Hex BA 53 8D

RGB Percentages of Color #ba538d

%45.37
%20.24
%34.39

CMYK Percentages of Color #ba538d

%0
%55
%24
%27

Triadic Colors of #ba538d

#ba538d #8dba53 #538dba

Analogous Colors of #ba538d

#ba538d #ba535a #b453ba

Monochromatic Colors of #ba538d

#ba538d

Complementary Color

#ba538d #53ba80

#ba538d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba538d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba538d Color CSS Codes

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

#ba538d Text Font Color

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

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


#ba538d Background Color

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

This div background color is #ba538d


#ba538d Border Color

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

This div border color is #ba538d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba538d


Comments

No comments written yet.

Please login to write comment.