Color Hex Logo

#ba0aac Color Hex

#BA0AAC
(186,10,172)
0 Favorites   0 Comments

Color spaces of #ba0aac

RGB 18610172
HSL0.850.900.38
HSV305°95°73°
CMYK 0.000.950.08   0.27
XYZ27.804613.634740.1960
Yxy13.63470.34060.1670
Hunter Lab36.925269.7911-38.6942
CIE-Lab43.704474.5703-40.5346

#ba0aac color RGB value is (186,10,172).

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

The process color (four color CMYK) of #ba0aac color hex is 0.00, 0.95, 0.08, 0.27. Web safe color of #ba0aac is #cc0099. Color #ba0aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00001010 10101100
Octal 272 12 254
Decimal 186 10 172
Hex BA A AC

RGB Percentages of Color #ba0aac

%50.54
%2.72
%46.74

CMYK Percentages of Color #ba0aac

%0
%95
%8
%27

Triadic Colors of #ba0aac

#ba0aac #acba0a #0aacba

Analogous Colors of #ba0aac

#ba0aac #ba0a54 #700aba

Monochromatic Colors of #ba0aac

#ba0aac

Complementary Color

#ba0aac #0aba18

#ba0aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba0aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba0aac Color CSS Codes

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

#ba0aac Text Font Color

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

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


#ba0aac Background Color

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

This div background color is #ba0aac


#ba0aac Border Color

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

This div border color is #ba0aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba0aac


Comments

No comments written yet.

Please login to write comment.