Color Hex Logo

#ba28aa Color Hex

#BA28AA
(186,40,170)
0 Favorites   0 Comments

Color spaces of #ba28aa

RGB 18640170
HSL0.850.650.44
HSV307°78°73°
CMYK 0.000.780.09   0.27
XYZ28.264214.859039.4086
Yxy14.85900.34250.1800
Hunter Lab38.547463.4242-33.6315
CIE-Lab45.440568.9062-36.5984

#ba28aa color RGB value is (186,40,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101000 10101010
Octal 272 50 252
Decimal 186 40 170
Hex BA 28 AA

RGB Percentages of Color #ba28aa

%46.97
%10.10
%42.93

CMYK Percentages of Color #ba28aa

%0
%78
%9
%27

Triadic Colors of #ba28aa

#ba28aa #aaba28 #28aaba

Analogous Colors of #ba28aa

#ba28aa #ba2861 #8128ba

Monochromatic Colors of #ba28aa

#ba28aa

Complementary Color

#ba28aa #28ba38

#ba28aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba28aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba28aa Color CSS Codes

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

#ba28aa Text Font Color

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

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


#ba28aa Background Color

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

This div background color is #ba28aa


#ba28aa Border Color

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

This div border color is #ba28aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba28aa


Comments

No comments written yet.

Please login to write comment.