Color Hex Logo

#ba00aa Color Hex

#BA00AA
(186,0,170)
0 Favorites   0 Comments

Color spaces of #ba00aa

RGB 1860170
HSL0.851.000.36
HSV305°100°73°
CMYK 0.001.000.09   0.27
XYZ27.505413.341439.1557
Yxy13.34140.34380.1668
Hunter Lab36.525970.4971-37.9907
CIE-Lab43.273275.2341-40.0295

#ba00aa color RGB value is (186,0,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000000 10101010
Octal 272 0 252
Decimal 186 0 170
Hex BA 0 AA

RGB Percentages of Color #ba00aa

%52.25
%0.00
%47.75

CMYK Percentages of Color #ba00aa

%0
%100
%9
%27

Triadic Colors of #ba00aa

#ba00aa #aaba00 #00aaba

Analogous Colors of #ba00aa

#ba00aa #ba004d #6d00ba

Monochromatic Colors of #ba00aa

#ba00aa

Complementary Color

#ba00aa #00ba10

#ba00aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba00aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba00aa Color CSS Codes

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

#ba00aa Text Font Color

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

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


#ba00aa Background Color

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

This div background color is #ba00aa


#ba00aa Border Color

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

This div border color is #ba00aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba00aa


Comments

No comments written yet.

Please login to write comment.