Color Hex Logo

#ba12aa Color Hex

#BA12AA
(186,18,170)
0 Favorites   0 Comments

Color spaces of #ba12aa

RGB 18618170
HSL0.850.820.40
HSV306°90°73°
CMYK 0.000.900.09   0.27
XYZ27.721713.774039.2278
Yxy13.77400.34340.1706
Hunter Lab37.113368.3817-36.6886
CIE-Lab43.907173.3666-39.0239

#ba12aa color RGB value is (186,18,170).

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

The process color (four color CMYK) of #ba12aa color hex is 0.00, 0.90, 0.09, 0.27. Web safe color of #ba12aa is #cc0099. Color #ba12aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010010 10101010
Octal 272 22 252
Decimal 186 18 170
Hex BA 12 AA

RGB Percentages of Color #ba12aa

%49.73
%4.81
%45.45

CMYK Percentages of Color #ba12aa

%0
%90
%9
%27

Triadic Colors of #ba12aa

#ba12aa #aaba12 #12aaba

Analogous Colors of #ba12aa

#ba12aa #ba1256 #7612ba

Monochromatic Colors of #ba12aa

#ba12aa

Complementary Color

#ba12aa #12ba22

#ba12aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba12aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba12aa Color CSS Codes

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

#ba12aa Text Font Color

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

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


#ba12aa Background Color

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

This div background color is #ba12aa


#ba12aa Border Color

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

This div border color is #ba12aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba12aa


Comments

No comments written yet.

Please login to write comment.