Color Hex Logo

#ba20ac Color Hex

#BA20AC
(186,32,172)
0 Favorites   0 Comments

Color spaces of #ba20ac

RGB 18632172
HSL0.850.710.43
HSV305°83°73°
CMYK 0.000.830.08   0.27
XYZ28.212614.450740.3320
Yxy14.45070.33990.1741
Hunter Lab38.014165.9513-36.2954
CIE-Lab44.872571.1512-38.6823

#ba20ac color RGB value is (186,32,172).

#ba20ac hex color red value is 186, green value is 32 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ba20ac hue: 0.85 , saturation: 0.71 and the lightness value of ba20ac is 0.43.

The process color (four color CMYK) of #ba20ac color hex is 0.00, 0.83, 0.08, 0.27. Web safe color of #ba20ac is #cc3399. Color #ba20ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100000 10101100
Octal 272 40 254
Decimal 186 32 172
Hex BA 20 AC

RGB Percentages of Color #ba20ac

%47.69
%8.21
%44.10

CMYK Percentages of Color #ba20ac

%0
%83
%8
%27

Triadic Colors of #ba20ac

#ba20ac #acba20 #20acba

Analogous Colors of #ba20ac

#ba20ac #ba205f #7b20ba

Monochromatic Colors of #ba20ac

#ba20ac

Complementary Color

#ba20ac #20ba2e

#ba20ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba20ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba20ac Color CSS Codes

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

#ba20ac Text Font Color

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

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


#ba20ac Background Color

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

This div background color is #ba20ac


#ba20ac Border Color

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

This div border color is #ba20ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba20ac


Comments

No comments written yet.

Please login to write comment.