Color Hex Logo

#ba39aa Color Hex

#BA39AA
(186,57,170)
0 Favorites   0 Comments

Color spaces of #ba39aa

RGB 18657170
HSL0.850.530.48
HSV307°69°73°
CMYK 0.000.690.09   0.27
XYZ28.968516.267639.6434
Yxy16.26760.34130.1917
Hunter Lab40.333157.6213-30.0429
CIE-Lab47.323663.5384-33.6341

#ba39aa color RGB value is (186,57,170).

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

The process color (four color CMYK) of #ba39aa color hex is 0.00, 0.69, 0.09, 0.27. Web safe color of #ba39aa is #cc3399. Color #ba39aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111001 10101010
Octal 272 71 252
Decimal 186 57 170
Hex BA 39 AA

RGB Percentages of Color #ba39aa

%45.04
%13.80
%41.16

CMYK Percentages of Color #ba39aa

%0
%69
%9
%27

Triadic Colors of #ba39aa

#ba39aa #aaba39 #39aaba

Analogous Colors of #ba39aa

#ba39aa #ba396a #8a39ba

Monochromatic Colors of #ba39aa

#ba39aa

Complementary Color

#ba39aa #39ba49

#ba39aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba39aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba39aa Color CSS Codes

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

#ba39aa Text Font Color

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

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


#ba39aa Background Color

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

This div background color is #ba39aa


#ba39aa Border Color

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

This div border color is #ba39aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba39aa


Comments

No comments written yet.

Please login to write comment.