Color Hex Logo

#ba538a Color Hex

#BA538A
(186,83,138)
0 Favorites   0 Comments

Color spaces of #ba538a

RGB 18683138
HSL0.910.430.53
HSV328°55°73°
CMYK 0.000.550.26   0.27
XYZ27.930418.460626.1359
Yxy18.46060.38510.2545
Hunter Lab42.965840.8458-5.9898
CIE-Lab50.050147.7182-10.4162

#ba538a color RGB value is (186,83,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010011 10001010
Octal 272 123 212
Decimal 186 83 138
Hex BA 53 8A

RGB Percentages of Color #ba538a

%45.70
%20.39
%33.91

CMYK Percentages of Color #ba538a

%0
%55
%26
%27

Triadic Colors of #ba538a

#ba538a #8aba53 #538aba

Analogous Colors of #ba538a

#ba538a #ba5357 #b753ba

Monochromatic Colors of #ba538a

#ba538a

Complementary Color

#ba538a #53ba83

#ba538a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba538a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba538a Color CSS Codes

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

#ba538a Text Font Color

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

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


#ba538a Background Color

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

This div background color is #ba538a


#ba538a Border Color

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

This div border color is #ba538a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba538a


Comments

No comments written yet.

Please login to write comment.