Color Hex Logo

#ba509a Color Hex

#BA509A
(186,80,154)
0 Favorites   0 Comments

Color spaces of #ba509a

RGB 18680154
HSL0.880.430.52
HSV318°57°73°
CMYK 0.000.570.17   0.27
XYZ28.951118.509532.6187
Yxy18.50950.36150.2311
Hunter Lab43.022744.8277-14.8363
CIE-Lab50.108351.4680-19.8436

#ba509a color RGB value is (186,80,154).

#ba509a hex color red value is 186, green value is 80 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ba509a hue: 0.88 , saturation: 0.43 and the lightness value of ba509a is 0.52.

The process color (four color CMYK) of #ba509a color hex is 0.00, 0.57, 0.17, 0.27. Web safe color of #ba509a is #cc6699. Color #ba509a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010000 10011010
Octal 272 120 232
Decimal 186 80 154
Hex BA 50 9A

RGB Percentages of Color #ba509a

%44.29
%19.05
%36.67

CMYK Percentages of Color #ba509a

%0
%57
%17
%27

Triadic Colors of #ba509a

#ba509a #9aba50 #509aba

Analogous Colors of #ba509a

#ba509a #ba5065 #a550ba

Monochromatic Colors of #ba509a

#ba509a

Complementary Color

#ba509a #50ba70

#ba509a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba509a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba509a Color CSS Codes

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

#ba509a Text Font Color

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

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


#ba509a Background Color

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

This div background color is #ba509a


#ba509a Border Color

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

This div border color is #ba509a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba509a


Comments

No comments written yet.

Please login to write comment.