Color Hex Logo

#ba54aa Color Hex

#BA54AA
(186,84,170)
0 Favorites   0 Comments

Color spaces of #ba54aa

RGB 18684170
HSL0.860.430.53
HSV309°55°73°
CMYK 0.000.550.09   0.27
XYZ30.675719.682040.2124
Yxy19.68200.33870.2173
Hunter Lab44.364445.7859-22.6861
CIE-Lab51.475852.1256-27.1552

#ba54aa color RGB value is (186,84,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010100 10101010
Octal 272 124 252
Decimal 186 84 170
Hex BA 54 AA

RGB Percentages of Color #ba54aa

%42.27
%19.09
%38.64

CMYK Percentages of Color #ba54aa

%0
%55
%9
%27

Triadic Colors of #ba54aa

#ba54aa #aaba54 #54aaba

Analogous Colors of #ba54aa

#ba54aa #ba5477 #9754ba

Monochromatic Colors of #ba54aa

#ba54aa

Complementary Color

#ba54aa #54ba64

#ba54aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba54aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba54aa Color CSS Codes

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

#ba54aa Text Font Color

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

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


#ba54aa Background Color

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

This div background color is #ba54aa


#ba54aa Border Color

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

This div border color is #ba54aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba54aa


Comments

No comments written yet.

Please login to write comment.