Color Hex Logo

#ba5aaa Color Hex

#BA5AAA
(186,90,170)
0 Favorites   0 Comments

Color spaces of #ba5aaa

RGB 18690170
HSL0.860.410.54
HSV310°52°73°
CMYK 0.000.520.09   0.27
XYZ31.161620.653740.3744
Yxy20.65370.33800.2240
Hunter Lab45.446342.8626-20.8606
CIE-Lab52.568449.2174-25.4638

#ba5aaa color RGB value is (186,90,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011010 10101010
Octal 272 132 252
Decimal 186 90 170
Hex BA 5A AA

RGB Percentages of Color #ba5aaa

%41.70
%20.18
%38.12

CMYK Percentages of Color #ba5aaa

%0
%52
%9
%27

Triadic Colors of #ba5aaa

#ba5aaa #aaba5a #5aaaba

Analogous Colors of #ba5aaa

#ba5aaa #ba5a7a #9a5aba

Monochromatic Colors of #ba5aaa

#ba5aaa

Complementary Color

#ba5aaa #5aba6a

#ba5aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5aaa Color CSS Codes

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

#ba5aaa Text Font Color

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

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


#ba5aaa Background Color

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

This div background color is #ba5aaa


#ba5aaa Border Color

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

This div border color is #ba5aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5aaa


Comments

No comments written yet.

Please login to write comment.